2019-09-05 11:12 AM
The FatFS library references a BSP function to determine if a SD card is plugged in. Since I don't have a BSP for this PCB, CubeMX complains about the missing function. How do I generate a BSP that CubeMX will recognize to eliminate this configuration error?
Solved! Go to Solution.
2019-09-07 02:52 PM
I would not do this, but instead add the missing function(s) later to the generated code. You may derive your BSP code from the samples that come with the STM32Cube firmware packages like STM32Cube/Repository/STM32Cube_FW_F0_V1.10.1/Drivers/BSP/Adafruit_Shield.
Frank
2019-09-07 02:52 PM
I would not do this, but instead add the missing function(s) later to the generated code. You may derive your BSP code from the samples that come with the STM32Cube firmware packages like STM32Cube/Repository/STM32Cube_FW_F0_V1.10.1/Drivers/BSP/Adafruit_Shield.
Frank
2019-09-09 04:47 PM
Not the answer I was hoping for - but an answer. Thanks for your assistance.