simply `step` after the `load` command. This should just work now that we are using cortex-m-rt v0.2.2
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
target remote :3333
|
|
monitor arm semihosting enable
|
|
# if using ITM
|
|
# monitor tpiu config internal itm.fifo uart off 8000000
|
|
# monitor itm port 0 on
|
|
load
|
|
step
|