11 years ago.

combine SDfilesystem with USBMSD_SD

I have the SDfilesystem and the USBMSB_SD hello worlds working separately on my KL25z.

Could someone give me some tips on combining the 2 in one application? Ie like the LPC1768 does with local file system?

Import programUSBMSD_SD_HelloWorld_FRDM-KL25Z

USBMSD_SD HelloWorld for FRDM-KL25Z

  • All functions names are compatible with the fat filesystem library. So you can imagine using your own class with
  • USBMSD and the fat filesystem library in the same program. Just be careful because there are two different parts which
  • will access the sd card. You can do a master/slave system using the disk_status method.

in the comments is telling me what to do....

could someone explain a little more how this is done?

I'd really like to combine this with the USBHID as well to communicate with my PC program with USB packets...

Be the first to answer this question.