Skip to main content
Graduate II
December 2, 2025
Solved

UM1721 Developing applications on STM32Cube™ with FatFs

  • December 2, 2025
  • 1 reply
  • 139 views

Hi,

We're planning to integrate a file system with the VENC_SDCard example for the STM32N6x7:

https://github.com/STMicroelectronics/STM32CubeN6/tree/main/Projects/STM32N6570-DK/Applications/VENC/VENC_SDCard

We found Revision 3 of UM1721 Developing applications on STM32Cube™ with FatFs dated February 2019 and were wondering if that's the most recent revision of the document?

https://www.st.com/resource/en/user_manual/um1721-developing-applications-on-stm32cube-with-fatfs-stmicroelectronics.pdf

Will

    This topic has been closed for replies.
    Best answer by Issamos

    Hello @Will_Robertson 

    Since it is the version on the ST website. I can confirm that it is the last version. I’m not surprised since the newest STM32 series support Filex instead of Fatfs. But you can still use Fatfs as a classic MW. For that, I suggest you to have a look at this repo.

    Best Regards.

    II 

    1 reply

    IssamosAnswer
    Graduate II
    December 2, 2025

    Hello @Will_Robertson 

    Since it is the version on the ST website. I can confirm that it is the last version. I’m not surprised since the newest STM32 series support Filex instead of Fatfs. But you can still use Fatfs as a classic MW. For that, I suggest you to have a look at this repo.

    Best Regards.

    II 

    Graduate II
    December 2, 2025

    Hello @Issamos ,

    Thank you very much!

    I hadn't known about

    https://github.com/STMicroelectronics/stm32n6-classic-coremw-apps

    that's an enormous help.

    Will

     

    Graduate II
    December 2, 2025

    If so, you may close this topic by selecting the answer of this question as best answer. This will give the answer more visibility on the forum for other users looking for the same information.

    Best Regards.

    II