mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
boards/nucleo-wl55jc: add short board info and flashing commands
This commit is contained in:
parent
a47d3c5de1
commit
855a4a3551
@ -1,7 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
@defgroup boards_nucleo-wl55jc STM32 Nucleo-WL55JC
|
@defgroup boards_nucleo-wl55jc STM32 Nucleo-WL55JC
|
||||||
@ingroup boards_common_nucleo64
|
@ingroup boards_common_nucleo64
|
||||||
@brief Support for the STM32 Nucleo-W55JCg
|
@brief Support for the STM32 Nucleo-W55JC
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
The Nucleo-W55JC is a board from ST's Nucleo family supporting ARM dual-core
|
||||||
|
Cortex-M4/M0 STM ultra-low-power microcontroller with ultra-low-power LPWAN
|
||||||
|
radio solution, 64KiB of RAM and 256KiB of Flash.
|
||||||
|
|
||||||
### MCU
|
### MCU
|
||||||
|
|
||||||
@ -31,6 +37,8 @@
|
|||||||
|
|
||||||
## Flashing the device
|
## Flashing the device
|
||||||
|
|
||||||
|
### Flashing the Board Using OpenOCD
|
||||||
|
|
||||||
The ST Nucleo-wl55jc board includes an on-board ST-LINK V2 programmer. The
|
The ST Nucleo-wl55jc board includes an on-board ST-LINK V2 programmer. The
|
||||||
easiest way to program the board is to use OpenOCD. Once you have installed
|
easiest way to program the board is to use OpenOCD. Once you have installed
|
||||||
OpenOCD (look [here](https://github.com/RIOT-OS/RIOT/wiki/OpenOCD) for
|
OpenOCD (look [here](https://github.com/RIOT-OS/RIOT/wiki/OpenOCD) for
|
||||||
@ -44,6 +52,19 @@ and debug via GDB by simply typing
|
|||||||
make BOARD=nucleo-wl55jc debug
|
make BOARD=nucleo-wl55jc debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Flashing the Board Using ST-LINK Removable Media
|
||||||
|
|
||||||
|
On-board ST-LINK programmer provides via composite USB device removable media.
|
||||||
|
Copying the HEX file causes reprogramming of the board. This task
|
||||||
|
could be performed manually; however, the cpy2remed (copy to removable
|
||||||
|
media) PROGRAMMER script does this automatically. To program board in
|
||||||
|
this manner, use the command:
|
||||||
|
```
|
||||||
|
make BOARD=nucleo-wl55jc PROGRAMMER=cpy2remed flash
|
||||||
|
```
|
||||||
|
@note This PROGRAMMER was tested using ST-LINK firmware 2.37.26. Firmware updates
|
||||||
|
could be found on [this STM webpage](https://www.st.com/en/development-tools/stsw-link007.html).
|
||||||
|
|
||||||
## Supported Toolchains
|
## Supported Toolchains
|
||||||
|
|
||||||
For using the ST Nucleo-wl55jc board we strongly recommend the usage of the
|
For using the ST Nucleo-wl55jc board we strongly recommend the usage of the
|
||||||
|
Loading…
Reference in New Issue
Block a user