Skip to content

Rust BSP crate for the STM32F4DISCOVERY (STM32F407G-DISC) development board

License

Notifications You must be signed in to change notification settings

stm32-rs/stm32f407g-disc

Repository files navigation

stm32f407g-disc

stm32f407g-disc contains a basic board support package for the STM32F407G-DISC microcontroller board (also known as STM32F4DISCOVERY, but easy to confuse with other STM32F4 discovery boards which also exist) to write firmwares using the Rust language. This experimentation board features multiple user programmable LEDs an accelerometer, an audio DAC with amplified, a microphone jack, a microphone and a user programmable USB connector. A shield with breakout for Ethernet, RS232 serial port, SD-Card reader, and LCD connector is also available.

It also contains a (non-removable) capable ST-Link V2 debugging interface.

Programming

Several methods for programming exist. If the ST-Link on your board has a recent firmware (can be updated e.g. via ST-LINK utility), we recommend the use of cargo-embed:

cargo embed --example=mems

(cargo embed doesn't support ITM at the moment.)

Otherwise this repo also contains config files for OpenOCD.

Debugging in VSCode with Cortex Debug is supported.

License

0-clause BSD license.

About

Rust BSP crate for the STM32F4DISCOVERY (STM32F407G-DISC) development board

Resources

License

Stars

Watchers

Forks

Packages