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.
Dear All,I am new to programming rtos on LPC 1768. I want to learn and hence implement filesystem on lpc1768 but am unable to figure out where to begin with. I am currently studying FAT32 filesystem but am unsure whether i am on the correct path or not. Kindly advise.Few doubts:Can we implement FAT32 on LPC1768? Should i implement FAT32 or ext2?Are any libraries readily available? If so, how do i acquire them? (any download links?)Are there any example codes?Regards,Dhaval Solanki
Hey, there's a FAT system for reading SD and MMC cards thats not to heavy and can help you figure out what you need. However, you'll need to configure your LPC in order to use the SPI (MISO, MOSI, SCLK, CS) because these are needed when interfacing these types of storage. It is totally free. The website isn't too complicated and you'll figure out where to download and everything but if you have questions, feel free to write me a private message. I have use this Fat system with a cypress Psoc5 chip which also based on a Cortex M3 core. Have fun!http://elm-chan.org/.../00index_e.html