2026-02-08 11:26 AM
My question revolves around TouchGFX and firmware for accessing the SD card.
I'm studying the STM32N657-DK and am already getting good results with TouchGFX. Now I need to write a module to read the SD card, count the files, and update a progress bar. I already know how to update it, but I'm still having difficulties reading the SD card. I don't know which library to use.
Could you suggest examples and/or which library would be most suitable?
Thank you.
2026-02-13 5:38 AM - edited 2026-02-13 5:39 AM
Hello @carlosdelfino
For STM32N657‑DK projects that need SD‑card access, we recommend using Azure RTOS FileX (with LevelX when using raw flash) to read and write to SD card. Please refer to the examples below:
2026-02-13 6:49 AM
Would he have access to the SD card formatted as FAT32?
Furthermore, can FileX be used with FreeRTOS? Because I don't yet know how to use Azure RTOS.