Skip to main content
BRobb.1
Associate II
August 18, 2022
Solved

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.

  • August 18, 2022
  • 1 reply
  • 1020 views

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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

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.

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 18, 2022

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 VenmoUp vote any posts that you find helpful, it shows what's working..