1 unstable release
0.1.0 | Jul 29, 2024 |
---|
#984 in Embedded development
27 downloads per month
8KB
129 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
- OTM8009A LCD (requires FMC SDRAM, DSI host, LTDC driver in stm32f4xx-hal - only the latter exists so I am working on SDRAM+DSI)
- 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
Dependencies
~53MB
~1.5M SLoC