2024-05-16 06:24 AM
Hello Team,
I have recently started working with STM32 microcontrollers, specifically the STM32H573.
In my current project, I am utilizing FreeRTOS as the real-time operating system (RTOS). However, I need to incorporate support for the FAT file system, and unfortunately, I haven’t been able to find any relevant documentation.
Could you please guide me on how to add FAT file system support to FreeRTOS for the STM32H573?
Any assistance or pointers would be greatly appreciated.
Thank you in advance for your help.
Best regards,
Paras
2024-05-16 06:35 AM - edited 2024-05-16 07:27 AM
Hello,
You can use STM32CubeMx tool downloadable from here for that purpose you can refer to that video on Youtube.
Same case for FreeRTOS refer to that video.
Hope it helps.
2024-05-16 06:42 AM
Hello @paras,
Also, there is a set of applications for the STM32H5xx series based on the STM32 Classic Core Middleware libraries which allow RTOS management, files system operations, and connectivity through USB and Ethernet on GitHub: STMicroelectronics/stm32h5-classic-coremw-apps
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.