Application: Access a SD card using FatFs with FreeRTOS
BSP Version: M480 Series BSP CMSIS V3.03.001
Hardware: NuMaker-PFM-M487 Ver 3.0
NuMicro® M480 series support SD/SDHC card. In M480 BSP, the sample bsp\SampleCode\StdDriver\SDH_FATFS shows ability to access an SD card in FAT format. The file system layer adopts the third-party library FATFS, which is an open-source project for FAT16/32 file system.
The example code M480_FreeRTOS_SD_FATFS modifies BSP sample SDH_FATFS to work under FreeRTOS, which is a real-time operating system. M480_FreeRTOS_SD_FATFS creates a task to execute the SDH_FATFS sample code.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1209155007
|