Skip to content

Commit 1b09791

Browse files
committed
Breakpoint should be set on HardFault
UserHardFault renamed to HardFault in cortex-m-rt: rust-embedded/cortex-m-rt@790e424
1 parent 6553ba1 commit 1b09791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/07-registers/openocd.gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ monitor tpiu config internal itm.txt uart off 8000000
55
monitor itm port 0 on
66
load
77
break DefaultHandler
8-
break UserHardFault
8+
break HardFault
99
break main
1010
continue

0 commit comments

Comments
 (0)