Can we please have an option in CubeMX for interfacing with fatfs over spi for microcontrollers that don't have a sdio interface?
Alternatively has anybody out there written a user_diskio.c and user_diskio.h that i could use?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-21 5:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-21 6:06 PM
HAL Example using SPI attached SD Card using the common BSP abstraction
STM32Cube_FW_F7_V1.12.0\Drivers\BSP\Adafruit_Shield\stm32_adafruit_sd.c
STM32Cube_FW_F7_V1.12.0\Projects\STM32F722ZE-Nucleo\Applications\FatFS\FatFs_uSD\readme.txt
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-21 6:09 PM
what would I need to do in order to use this code with a project generated under CubeMX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-21 6:32 PM
I guess you'd need to figure out how it uses BSP or user/template code in other circumstances, and then apply that to your board. Sorry I don't CubeMX
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-22 12:42 PM
For others stuck in this position i found kiwih's drivers very useful, it's an easy drop in implementation for existing CubeMX projects.
