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.
8 years, 6 months ago.
lowercase File name not supported for on fly file writing.
I am working on FOTA. but facing issue in new file writing. Mbed RTOS does not support lowercase file name if it is open in 'w' mode. Like " FILE *fw = fopen("/local/Blink2.bin", "w");" it will create file name "BLINK2.BIN". So after reset Bootloader cant recognize that .bin file as a startup file. Is their any way to overcome that issue.