1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-f103rb: add cpy2remed flashing commands

This commit is contained in:
krzysztof-cabaj 2022-07-21 16:23:35 -04:00
parent cffd2d0130
commit 636304bc66

View File

@ -49,6 +49,9 @@ STM32F103RB microcontroller with 20Kb of SRAM and 128Kb of ROM Flash.
| | Timer | 2 16 bit timers (TIM2 and TIM3) | |
## Flashing the device
### Flashing the Board Using OpenOCD
The ST Nucleo-F103RB board includes an on-board ST-LINK V2 programmer. The
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
@ -62,6 +65,18 @@ and debug via GDB by simply typing
make BOARD=nucleo-f103rb 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-f103rb 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
For using the ST Nucleo-F103RB board we strongly recommend the usage of the