2018-11-21 05:57 PM
2018-11-21 06: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
2018-11-21 06:09 PM
what would I need to do in order to use this code with a project generated under CubeMX?
2018-11-21 06: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
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.