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?
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?
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.
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.
I've tried LocalFileSystem too, but have Error: Identifier "LocalFileSystem" is undefined in "main.cpp", Line: 5, Col: 2 when add: LocalFileSystem local("local");
I've tried LocalFileSystem too, but have Error: Identifier "LocalFileSystem" is undefined in "main.cpp", Line: 5, Col: 2 when add: LocalFileSystem local("local");
Because it is not supported by any but the two original boards.
Because it is not supported by any but the two original boards.
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
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?