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.
10 years, 8 months ago. This question has been closed. Reason: It was answered.
LocalFileSystem undefined
I have a simple question about filesystem on Nucleo-F410RE. I have put a simple LocalFileSystem local("local"); to write to file (just like in example), but I get LocalFileSystem undefined error at compilation time. Without this LocalFileSystem set, the fopen does not work.
I have included "mbed.h"
Any helps/suggestions will be welcome (FileSystem is also undefined).
2 Answers
10 years, 8 months ago.
LocalFileSystem is only available on the original LPC1768 and LPC11u24 mbeds.
10 years, 8 months ago.
Any chances to find out which libraries are available for Nucleo in first place, before wasting couple of nights sleep?
This is the list of enabled components: http://mbed.org/users/mbed_official/code/mbed-src/file/972de2315d5f/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/device.h (iirc it is somewhere on a todo list to make this automatically visible somewhere in a handbook page). Although there are also some other issues still with Nucleo lib.
Btw there are libraries for for example SD cards.
posted by 01 Mar 2014