Skip to main content
Associate II
December 26, 2024
Solved

Middleware for stm32wba52cgu6 microcontroller

  • December 26, 2024
  • 1 reply
  • 779 views

I am using smt32wba52cgu6 MCU in my project. In this project i want to use SD card module but since the module has no FAFTS middleware in STM32Cube Mx as well as in STM32cube IDE. I am using the libraries available in the git hub for fafts (https://github.com/STMicroelectronics/stm32-mw-fatfs) in IAR embedded workbench but there is problem while uploading the code (i.e. run time error). Please guide me how could i do that and properly insert these libraries in my program or if i am wrong please share me how to go properly.

Best answer by STTwo-32

Hello @Shaku 

For the STM32WBA, is suggest you use the Filex middleware that is available on the STM32CubeWBA. For more details on how to use it, you can refer to this Wiki (you even have an example about the SD card on the STM32H7 implementation mentioned in this wiki).

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
December 26, 2024

Hello @Shaku 

For the STM32WBA, is suggest you use the Filex middleware that is available on the STM32CubeWBA. For more details on how to use it, you can refer to this Wiki (you even have an example about the SD card on the STM32H7 implementation mentioned in this wiki).

Best Regards.

STTwo-32

ShakuAuthor
Associate II
December 27, 2024

Can you please guide me!!! which header and source file should i add in my project?