summaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32/README.md
blob: a82b730b9a5b4e1e92cee16ab5d02ec39e5bb735 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Bootloader for STM32

The bootloader uses `embassy-boot` to interact with the flash.

# Usage

Flash the bootloader

```
cargo flash --features embassy-stm32/stm32wl55jc-cm4 --release --chip STM32WLE5JCIx
```