cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to find a way to load a driver into stm32cubeide version 1.10.0. I am trying to load the drivers for the fat file system. I have examples of code but are unable to load drivers in the the IDE.

BRobb.1
Associate III

I have examples but they do not use the .ioc file. I need to find a way to integrate the drivers using the ioc file.

1 ACCEPTED SOLUTION

Accepted Solutions

Assume ST staff and forum participants have no information on the STM32 family you're using, the board, the pin level connectivity of your SDIO/SDMMC card. A lot of us aren't using CubeIDE/MX to auto-gen our code..

Perhaps you need to flag up a GPIO first, and THEN associate it with the FATFS/SDIO side of the configuration.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

Assume ST staff and forum participants have no information on the STM32 family you're using, the board, the pin level connectivity of your SDIO/SDMMC card. A lot of us aren't using CubeIDE/MX to auto-gen our code..

Perhaps you need to flag up a GPIO first, and THEN associate it with the FATFS/SDIO side of the configuration.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..