FreeRTOS and SD

nobody wrote on Thursday, November 17, 2005:

Dear Sirs,

Does anybody add SD support for any architecture?
I found various uRTOS with a uFS support for example for FAT12/16 and SD. Do you know where I could find a starting point to implement a filesystem … I thought to have a look at linux source…

Regards,

Vento

nobody wrote on Thursday, November 17, 2005:

If you just want to read and write to a flat file system (no folders) then there is a circuit cellar article with source code that can be purchased for a couple of dollars.  There are a couple of functions to implement for the SPI interface.  Once these are done it works really well.  Took two days to get working!

nobody wrote on Thursday, November 17, 2005:

could you please indicate me a reference to that item?

Thanks

nobody wrote on Thursday, November 17, 2005:

Just googled for it and got it as the top link. http://www.circuitcellar.com/magazine/176toc.htm, second down the page.

nobody wrote on Friday, November 18, 2005:

thank you, I’m going to get it

nobody wrote on Saturday, November 19, 2005:

http://groups.yahoo.com/group/lpc2000/files/FreeRTOS/
there is a start of a port for the lpc2148 with has a usb and SD socket.