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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi all, I'm designing an autonomous robot and it'd be nice if I could change the program on the go, wirelessly. I'm planning to upload the new binary on the Mbed's flash disk, then delete the previous binary and finally reset the mbed. Right now I simply can't remove any file from the disk. The C function - remove("FileName.FileExtension") - just does not work. Is it something the mbed library does not cover or is it the flash disk that is not accessible for this operation? Regards, Audren