stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
210 stars 99 forks source link

QSPI Memory-mapped and Auto-Polling mode support. #412

Open Logiase opened 1 year ago

Logiase commented 1 year ago

Is there any plan to implement QSPI memory mapped mode and auto polling mode?

If there is a draft, how can I help?

richardeoin commented 1 year ago

Hi! This sounds useful, but it's not implemented yet. The FMC SDRAM (through stm32-fmc crate) and the OCTOSPI HyperBus support memory mapped mode. You could look at those for ideas