7 years, 4 months ago.

LocalFileSystem local("local"); not working

Identifier not defined for the class LocalFileSystem.

1 Answer

7 years, 4 months ago.

The LocalFileSystem class works only for mbed NXP LPC1768 and LPC11U24 platform.

https://developer.mbed.org/handbook/LocalFileSystem

My development board is u-blox c027 having NPC1768 but still it doesnt works

posted by Abhishek sharma 11 Jan 2017

The LocalFileSystem does not support the u-box c027 platform and it designed for NXP LPC1768 and LPC11U24 platform which have on board (off-chip) 2MB flash memory with special firmware. Please note that the firmware is not open source project and no plan to port other platforms.

https://developer.mbed.org/platforms/mbed-LPC1768/
https://developer.mbed.org/platforms/mbed-LPC11U24/

posted by Toyomasa Watarai 11 Jan 2017