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.
11 years, 10 months ago.
store data in mbed
Hi every one
How can I store a data into my mbed so I can use it for my program?
Lets say that I Have a certain figures and I need to use them later for my program
thanks in advance Majed
1 Answer
11 years, 10 months ago.
The mbed itself has a (small) localfilesystem, this is just the same as what you see when you put your mbed in your computer. You can store stuff on it to be used by your program. (See LocalFileSystem).
If you need more storage space there are several options. You can use a seperate IC for more memory, which is probably the fastest option. If speed is less an issue, and usability more, then your best bet is probably either an SD card or a USB flash drive, both have libraries for easy usage.