Hello?
I want to use FatFS on my device which has K64x MCU.
It has FreeRTOS.
Are there any Kenetis SDK components or samples for using FatFS on NXP K64x which has FreeRTOS?
Such as FatFS or internal/external Flash component?
Many Thanks,
Richard.
已解决! 转到解答。
Hi Hyungjun
Please refer to theusb msd fatfs demo. The application executes some FATFS APIs to test the attached device.
[SDK_2.1_FRDM-K64F]\boards\frdmk64f\usb_examples\usb_host_msd_fatfs\freertos
Hope it helps
Regards
Daniel
在原帖中查看解决方案
Thanks Daniel.
I'll check it.