Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 6 months 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...