Does anyone know if there is a opensource version of a mass storage device for the LPC2148 that will work with the gnu compiler?
I would advise you to download the example source code from www.iar.com for lpc2148. It has several examples, including mass storage. Have fun.
I’m working on one and plan on releasing it soon (open source, under LGPL), just needs a bit of polish. It was written to work with gcc and currently passes all chapter 9 and MSC tests from the USB compliance verifier tool. It uses an adapted version of the SD-card driver from the embedded file system library (EFSL). Currently the speed is not very high yet, about 250kB/s.
bertrik:
I’m working on one and plan on releasing it soon (open source, under LGPL), just needs a bit of polish. It was written to work with gcc and currently passes all chapter 9 and MSC tests from the USB compliance verifier tool. It uses an adapted version of the SD-card driver from the embedded file system library (EFSL). Currently the speed is not very high yet, about 250kB/s.
That sounds very interesting. When do you think you will make this available?
Download from www.IAR.com.or get the keil version at www.keil.com,and you can check it out at www.at91.com
It's at [http://sourceforge.net/projects/lpcusb](http://sourceforge.net/projects/lpcusb)lac54:
That sounds very interesting. When do you think you will make this available?