11 years ago.

Can't write files to the mbed module

It's suddenly become impossible to write to one of our mbed modules, via USB it can be connected and appears in Explorer, but it looks like the drive is full and it is impossible to write files or format it.

Anyone had the same problem?

2 Answers

11 years ago.

when you declare a pointer to write in the file. You must release it before the the program ends.i.e. the file that you have opened must be close. Now to burn the new code you need to push the button on the mbed and hold it for sometime.mbed will show up.delete the existing file and copy the new file while holding, and you are done.

Accepted Answer
Terry C
poster
11 years ago.

Thanks very much, that has solved the problem.