7 years, 11 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.

Be the first to answer this question.