Skip to main content
Visitor II
May 16, 2024
Solved

FreeRTOS + FAT fs support on STM32H573

  • May 16, 2024
  • 2 replies
  • 1856 views

 

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

This topic has been closed for replies.
Best answer by mƎALLEm

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.

2 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
May 16, 2024

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.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
ST Employee
May 16, 2024

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.