All Projects → stm32-rs → stm32f407g-disc

stm32-rs / stm32f407g-disc

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

Programming Languages

rust
11053 projects
GDB
78 projects
shell
77523 projects

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 recomend 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.

License

0-clause BSD license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].