Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
File System on Cortex M3 (LPC1768)
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
5124 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
File System on Cortex M3 (LPC1768)
Dhaval Solanki
over 12 years ago
Note: This was originally posted on 21st September 2012 at
http://forums.arm.com
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
Parents
sasa pavlovic
over 12 years ago
Note: This was originally posted on 25th September 2012 at
http://forums.arm.com
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/fsw/ff/00index_e.html
Cancel
Vote up
0
Vote down
Cancel
Reply
sasa pavlovic
over 12 years ago
Note: This was originally posted on 25th September 2012 at
http://forums.arm.com
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/fsw/ff/00index_e.html
Cancel
Vote up
0
Vote down
Cancel
Children
No data