Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years ago.
SDFileSystem & mbed-os problem
I'm working on an embedded system that uses various Mbed libraries (and using the online Mbed compiler to compile my code). A sensor I'm using needs mbed-os to work (as opposed to the "mbed" library you can use at its place), however I want to throw an SD card into the mix. However, the library I used to control my SD card reader module (SDFileSystem) seems to not work with the "mbed-os" library (by looking up similar posts in this forum I can tell it's been at least 1 year and a half that this bug has existed). I've spent many hours looking for workarounds but I really don't understand how I can fix this problem. Can anyone please provide a Hello World example of a library that can be used to write data on SD cards AND that compiles with the latest mbed-os library? FYI, what I want to do is write JSON files on the SD card, so it's just simple file I/O just using text.
1 Answer
6 years ago.
Have you ever tried the following SDBlockDevice sample Code?
https://os.mbed.com/teams/Scanfil-TestUtveckling/code/mbed-osSDBlockDevice_sampleCode/
Another good example program showing difference between os2 and mbed-os5.
https://os.mbed.com/users/kenjiArai/code/SD_Card_Control_on_OS5/
posted by 09 Nov 2018