Skip to content

Commit b0cf6b1

Browse files
committed
add remaining board for openocd/jlink configuration
1 parent b50f72e commit b0cf6b1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/debugging.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ You can choose to develop locally or develop in [Codespaces](https://github.com/
5858
## Start Debugging
5959

6060
1. From a new command window run OpenOCD locally, using the appropriate command below:
61-
|Devkit |OpenOCD Command |
61+
|Devkit |Connection Command |
6262
|---------|---------|
63-
|STM BL475E-IOT01 |openocd.exe -f "board/stm32l4discovery.cfg" -c "bindto 0.0.0.0" -c init -c "reset init"
63+
|STM BL475E-IOT01 |openocd -f board/stm32l4discovery.cfg -c "bindto 0.0.0.0" -c init -c "reset init" |
64+
|STM BL4S5I-IOT01 |openocd -f board/stm32l4discovery.cfg -c "bindto 0.0.0.0" -c init -c "reset init" |
65+
|Microchip ATSAME54-XPRO |openocd -f board/microchip_same54_xplained_pro.cfg -c "bindto 0.0.0.0" -c init -c "reset init" |
66+
|MXCHIP AZ3166 |openocd -f board/stm32f4discovery.cfg -c "bindto 0.0.0.0" -c init -c "reset init" |
67+
|NXP MIMXRT1060-EVK |JLinkGDBServerCL -select USB -device MIMXRT1062xxx6A -speed auto -if SWD |
6468

6569
1. Open the VSCode workspace in the directory for the devkit you would like to debug. For example the STM32L4 devkit workspace is "STMicroelectronics/STM32L4_L4+/STM32L4plus.code-workspace".
6670

0 commit comments

Comments
 (0)