USB Host Integration on TWR-K21F120MA

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

USB Host Integration on TWR-K21F120MA

368 Views
vikashkumar
Contributor I

Hi,

I am working on USB host integration on TWR-K21F120MA board. I integrate example code of usb host on board. If i am not right example code using FAT32 file system. I have a problem, when i create folder/directory, it takes up to 8 character long only for folder/directory name, but i required more than that. And when i come in file name it follow 8.3 formula. when i give more than 8 character in folder/directory or file name, it does not create folder or file.

Labels (1)
0 Kudos
1 Reply

274 Views
mjbcswitzerland
Specialist V

Hi

You need to enable "long file name" support if it is available in the FAT32 library.

For a ready-made K21F120 USB-Host MSD solution, which includes LFN utFAT and Linux workaround to avoid the Microsoft licensing requirement, see:

http://www.utasker.com/kinetis/TWR-K21F120M.html


and

http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF

Regards

Mark


Professional support for Kinetis: http://www.utasker.com/index.html
Remote desktop one-on-one coaching: http://www.utasker.com/services.html
Getting started to expert videos: https://www.youtube.com/results?search_query=utasker+shorts

0 Kudos