Dear Renesas Support,
can i use FAT without RTOS for RA6M5 mcu? is it possible?
I am writing to seek assistance with the RA6M5 SDHI model, specifically the sdhi_ek_ra6m5_ep module. I am currently working on a bare-metal project utilizing this module and require guidance on achieving specific functionalities without relying on RTOS (Real-Time Operating System).
Thank you,
Rao
Hi rao,
Sorry but the FAT is combined with FreeRTOS, if you want to use file system maybe you can try littleFS.
BR,
NP_Renesas
dear sir,
i want work on Ra6m5 mcu with sd crad confirguration (SDHI and SD_MMC 4 -bit )
Hi,
You can use block media SD/MMC stack on baremetal applicationm like below:
BR
hello,
can you share any sample project to test on sd card
Dear sir,
i tested use sample example code . but its not working inti and read and write using sample code.
please share any working sample project without Rtos please.....
still i am waiting for your response.
Hello,
To use a file system you need to have either Azure RTOS FileX File System or FreeRTOS+FAT. Both require a RTOS.