mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
boards/common/nrf52: add note about ST-LINKV2 as programmer
This commit is contained in:
parent
eceb84f9c0
commit
8f1d32bb2d
@ -25,4 +25,10 @@ To flash the board with OpenOCD, use the `PROGRAMMER` variable:
|
||||
PROGRAMMER=openocd make BOARD=<nrf52 board> -C examples/hello-world flash
|
||||
```
|
||||
|
||||
It is also possible to use the SWD interface of a ST-LINK/V2 in-circuit
|
||||
debugger/programmer with OpenOCD to flash a nrf52 board:
|
||||
```
|
||||
PROGRAMMER=openocd DEBUG_ADAPTER=stlink make BOARD=<nrf52 board> -C examples/hello-world flash
|
||||
```
|
||||
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user