Files
Cpp-in-Embedded-Systems/Chapter04/bare/renode_scripts/stm32f072_debug.resc
2024-04-28 00:57:39 +02:00

18 lines
234 B
Plaintext

using sysbus
mach create
machine LoadPlatformDescription @platforms/cpus/stm32f072.repl
$bin?=$ORIGIN/../build/bare.elf
showAnalyzer usart2
macro reset
"""
sysbus LoadELF $bin
"""
runMacro $reset
machine StartGdbServer 3333