Posted on May 17, 2011 at 09:45Hi all. Does somebody develop IrDA protocol stack for STR9 (like USB library)? Maybe public access to such library impossible for juridical reasons?
Posted on May 17, 2011 at 09:45if you need FAT support, this code can be useful. It's a raw code. I generate BPB sector, FAT tables and root directory in SRAM, because external flash used only for storage data and I can't use it fo sotage something ...
Posted on May 17, 2011 at 09:45I've solved similary problem. Usb library was a great help. In that sample used SRAM as a media storage. You should change memory.h and memory.c files to redirect requests to your media storage. There are SCSI requests...