document for Fatfs middleware for K66

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

document for Fatfs middleware for K66

Jump to solution
696 Views
Weining
Contributor III

Hi,

 

I want to implement USB MSD function with K66 and KSDK 1.3 version; I don’t want to a RTOS.

Does anybody know if the fatfs work without RTOS? Where can I find the documents for the fatfs stack?

 

Thank you,

 

Weining Li

Labels (1)
1 Solution
491 Views
isaacavila
NXP Employee
NXP Employee

Hello Weining,

Indeed, there are some examples for USB + fatfs on KSDK 1.3 version that do not use any RTOS (they are BareMetal). You can give a look to these examples at: <KSDK_1_3_PATH>\examples\<BOARD>\demo_apps\usb\<DEVICE_OR_HOST>\msd\BM\<IDE>.

Here you can find Fatfs documentation: FatFs - Generic FAT File System Module

And also, here is a document for USB + Fatfs + Processor Expert reference that might be helpful for you: USB Host Project with KSDK 1.3 and Processor Expert

Hope this helps!

Regards,

Isaac

View solution in original post

2 Replies
492 Views
isaacavila
NXP Employee
NXP Employee

Hello Weining,

Indeed, there are some examples for USB + fatfs on KSDK 1.3 version that do not use any RTOS (they are BareMetal). You can give a look to these examples at: <KSDK_1_3_PATH>\examples\<BOARD>\demo_apps\usb\<DEVICE_OR_HOST>\msd\BM\<IDE>.

Here you can find Fatfs documentation: FatFs - Generic FAT File System Module

And also, here is a document for USB + Fatfs + Processor Expert reference that might be helpful for you: USB Host Project with KSDK 1.3 and Processor Expert

Hope this helps!

Regards,

Isaac

491 Views
Weining
Contributor III

Hi Isaac,

Thanks a lot for your help, I really appreciate it.

I tested the project you mentioned last week. it works for my application.

Best regards,

Weining

0 Kudos