How do I generate a BSP that CubeMX will recognize?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
FatFS
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-07 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-07 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-09 4:47 PM
Not the answer I was hoping for - but an answer. Thanks for your assistance.
