Skip to content

Commit 569e0c0

Browse files
author
modulitos
committed
docs(flash-it)
1 parent 8572ed7 commit 569e0c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/05-led-roulette/flash-it.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ Remote debugging using :3333
102102
0x00000000 in ?? ()
103103
```
104104

105-
**NOTE**: If you are getting errors like `undefined debug reason 7 - target needs reset` on the OpenOCD GDB server, then you may need to try using `arm-none-eabi-gdb` instead of the `gdb` command, as described above.
105+
**NOTE**: If you are getting errors like `undefined debug reason 7 - target needs reset`, you can try running `monitor reset halt` as described [here](https://stackoverflow.com/questions/38994596/reason-7-target-needs-reset-unreliable-debugging-setup).
106+
107+
**NOTE**: If the debugger is still not connecting to the OpenOCD server, then you may need to try using `arm-none-eabi-gdb` instead of the `gdb` command, as described above.
106108

107109
By default OpenOCD's GDB server listens on TCP port 3333 (localhost). This command is connecting to
108110
that port.

0 commit comments

Comments
 (0)