Files
Cpp-in-Embedded-Systems/Chapter07/error_handling/renode_scripts/stm32f072.resc
Amar Mahmutbegovic ed4025257f add Chapter07
2024-06-26 22:48:02 +02:00

17 lines
211 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
start