2024-12-26 02:56 AM - last edited on 2024-12-26 03:59 AM by SofLit
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.
Solved! Go to Solution.
2024-12-26 05:43 AM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-26 05:43 AM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-27 12:52 AM
Can you please guide me!!! which header and source file should i add in my project?