Skip to content

Commit 24da718

Browse files
authored
Update compile_flash.md
1 parent d7bcdcb commit 24da718

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compile_flash.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ After we install J-Link software, compile the project and connect the target:
5252
You firmware is flashed!
5353

5454
Note: If you want only attach to the running firmware without resetting them, select the debug profile `Attach (J-Link, RTOS-aware)`.
55+
56+
### Throubleshooting
57+
58+
*VS Code cannot start debugging process.*
59+
60+
* The package `libncurses5` used by **Cortex-Debug** is missing. Do `sudo apt install libncurses5`

0 commit comments

Comments
 (0)