Hi Folks,
I'm working on a project, where I write data into SD card (an extension board has been developed for my launchpad to has SD card socket):
- via SPI
- by FatFS driver library
- under FreeRTOS
my problem is, that this library perform RW operations synchronously leave the CPU's DMA unused. Do anybody know a FAT file system library that use DMA for data transfer?
Regards,
Norbert