#cortex-m #arm #template

no-std stm32f469i-disc

Board support crate for the STM32F469 DISCOVERY kit

3 unstable releases

new 0.2.1 Nov 5, 2024
0.2.0 Nov 5, 2024
0.1.0 Jul 29, 2024

#376 in Embedded development

Download history 111/week @ 2024-07-25 21/week @ 2024-08-01 9/week @ 2024-09-12 5/week @ 2024-09-19 12/week @ 2024-09-26 10/week @ 2024-10-03 107/week @ 2024-10-31

107 downloads per month

0BSD license

13KB
219 lines

stm32f469i-disc

stm32f469i-disc provides a board support package for the STM32F469I-DISCOVERY kit. Programming is provided by probe-rs; see .cargo/config.toml.

Peripheral Support

  • Green, Orange, Red, Blue user LEDs
  • 16MB SDRAM on FMC interface
  • OTM8009A LCD
  • FT6206 touch controller (i2c)
  • Other standard peripherals (my initial goal is to get the display up)

Credits

Thanks to the authors of stm32f429i-disc and stm32f407g-disc crates for solid starting points.

License

0-clause BSD license.

Dependencies

~50MB
~1M SLoC