We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I'm new with the LPC2368 and I would like to know if there is a way to transfer the files that I created in a SDCard connected to the microcontroller into my PC using an usb cable. I read that I can use the LPC like a mass storage device but, if I read correctly, the size of the usb SRAM is 8KB and I need to transfer files up to 1MB.
I know that the simple way is to connect directly the SDCard into the PC, but, in the project, it's not possible.
Thanks.
The 8kB are buffer memory. It isn't intended for storing a full file system. You can transfer huge files, as long as the file system supports it, by sending the data as an arbitrarily long sequence of smaller blocks.