Hi, I want to use MCB 2300 (LPC2378) as memory storage in my application. I had a look at the example provided in C://Keil/ARM/Boards/Keil/MCB2300/USBMem
In this example, files will store on on-chip RAM and the definitions for this (like USB RAM start address, USB RAM Size) have been defined in usbhw.h file. My application need more storage. So I want to add SD Card support it. Please let me know what are the definitions for USB SD card?
Examples where SD Card is used as storage media for USB memory are part of RL-ARM (http://www.keil.com/rl-arm/).
For Keil MCB2300 examples are located in folder: Keil\ARM\Boards\Keil\MCB2300\RL\USB_FlashFS
Thanks Robert. That helped me