Skip to main content
Associate
January 26, 2026
Question

Running FATFS on STM32N6570-DK

  • January 26, 2026
  • 1 reply
  • 200 views

Hello,

does anyone help me with example for devkit with FatFs on uSD card?

Thanks

1 reply

Technical Moderator
January 26, 2026

Hello @Raily 

Please refer to the example below. The example is using FATFS with RAMDISK, you can get inspired from it for your application 

stm32n6-classic-coremw-apps/Projects/NUCLEO-N657X0-Q/Applications/FatFs/FatFs_RAMDISK_Standalone at main · STMicroelectronics/stm32n6-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.Saket_Om"
RailyAuthor
Associate
January 26, 2026

Hello, @Saket_Om 

Thanks for  ans.

i need working example for uSD card, not for RAMDISK .