stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
115 stars 67 forks source link

Add FMC via stm32-fmc crate #70

Closed richardeoin closed 3 years ago

richardeoin commented 4 years ago

Uses stm32-fmc

ctron commented 4 years ago

I would too be interested in this PR … trying to implement the display of the STM32723EDISCOVERY, which is attached via the FMC.

richardeoin commented 4 years ago

@ctron Please go-ahead and try it out if you can. Good reports of it working will help the maintainers merge it. If you get stuck come ask in the stm32-rs channel.

However, I think stm32-fmc crate will need some work before you can use it with the STM32F723EDISCOVERY. stm32-fmc only supports SDRAM so far, whilst that board has a Display and PSRAM.

bbrown1867 commented 3 years ago

@mvertescher is there anything preventing us from merging this into master? It worked on the STM32F746G Discovery Board when I tested it about a month ago.

mvertescher commented 3 years ago

Nope, looks good. Glad to hear it works on one of the discovery boards. Thanks for this feature!