feather-f405

Crates.iofeather-f405
lib.rsfeather-f405
version0.2.0
sourcesrc
created_at2020-05-30 05:35:13.122546
updated_at2020-06-27 08:44:23.055408
descriptionBoard support package for the Adafruit feather f405
homepage
repositoryhttps://github.com/jkristell/feather-f405
max_upload_size
id247603
size39,339
Johan Kristell (jkristell)

documentation

README

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

Commit count: 37

cargo fmt