This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220SF: CC3220SF: Duplicated mcuflashimg.bin can't be deleted

Part Number: CC3220SF


Tool/software:

Hi, I am trying to update my device with OTA. The OTA successfully parses some files and saves them. This means the files opening and closing work without an error.

When device tries to open mcuflashimg.bin file with sl_FsOpen() function returns SL_ERROR_FS_NOT_ENOUGH_STORAGE_SPACE ( -10322).

During investigation I realized that on my filesystem exist two broken mcuflashimg.bin files for which is allocated a lot of space but I can't delete it:




Function sl_FsGetInfo() returns SL_ERROR_FS_FILE_NOT_EXISTS (10341), but the function sl_FsGetFileList() detects that mcuflashimg.bin files exist, like you can see:



So, my question is how to delete this not valid files because function sl_FsDel() returns SL_ERROR_FS_FILE_NOT_EXISTS (10341).


Please provide me with some guidance.