2 unstable releases
0.2.0 | Jun 27, 2020 |
---|---|
0.1.0 | May 30, 2020 |
#7 in #feather
11KB
163 lines
Feather-f405
Board support package for the Adafruit feather f405 with some abstractions and helpers for the onboard peripherals.
Support and examples for the
- onboard led
- Neopixel led
- SD-card reader
- Spi flash
Flashing
with dfu-utils
dfu-util -a 0 --dfuse-address 0x08000000 -D firmware.bin
Or look at dfu-flash.sh for a complete example
With cargo embed
You will have to solder leads to the programming pads on the back of then board. Then you can use a programmer like a ST-link v2 and flash and debug the board with Probe or Openocd.
cargo embed --release example neopixel
Resources
https://learn.adafruit.com/adafruit-stm32f405-feather-express/dfu-bootloader-details
lib.rs
:
Functionality for easy setup of the Adafruit feather f405 board
Dependencies
~124MB
~3M SLoC