SDIO support for STM32 #778
GentlemanXu
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We haven't gotten there yet, sorry. Haven't looked into what's necessary to integrate ST HAL into modm either. I can point to the resources on http://elm-chan.org/fsw/ff/00index_e.html. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using modm in our robotics project for a while and I'm trying to figure out how to read and write logs to SDCard with FATFS. I'm currently using an STM32F4 which supports 4-bits mode SDIO and DMA access, but I couldn't find anything related to SDCard, either SDIO support or SDCard support through SPI. I would like to implement support for SDCard under both SPI and SDIO, polling or with DMA, but I found integrating 3000 lines ST HAL SDIO module into modm challenging. I also found an alternative SDIO implementation from RT-Thread. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions