Read\Write on my chip with USBMSD

29 Jun 2015

I tried to use USBMSD lib with my Seeeduino-Arch based on LPC11U35 and nRF51822, but when i add #include "USBMSD.h" i've got a error: Error: #error directive: "Unknown target type" in "USBDevice/USBDevice/USBEndpoints.h", Line: 53, Col: 3

So, how i can store something on my build in flash disk?

29 Jun 2015

That doesn't work like that, and it is not possible, you will need to use something else. Only the two original mbeds (first two in platform list) are capable of doing that using LocalFileSystem.

01 Jul 2015

I've tried LocalFileSystem too, but have Error: Identifier "LocalFileSystem" is undefined in "main.cpp", Line: 5, Col: 2 when add: LocalFileSystem local("local");

01 Jul 2015

Because it is not supported by any but the two original boards.