add Chapter07
This commit is contained in:
17
Chapter07/error_handling/renode_scripts/stm32f072_debug.resc
Normal file
17
Chapter07/error_handling/renode_scripts/stm32f072_debug.resc
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user