Skip to main content
Visitor II
May 16, 2024
Question

FreeRTOS + FAT fs support on STM32H573

  • May 16, 2024
  • 2 replies
  • 1156 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.

    2 replies

    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.

    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