Hi All,
I'm working on NAND flash using emFile in FAT32 type on custom board with STM32F103VE.
It is observed that files get corrupted when system is power cycled frequently.
After corruption, device executes following condition:
In above condition, function FS_FindFirstFile() returns 1 which means “No entries available in the directory”.
In addition to that, function FS_FAT_CheckDisk() returns following message:
“Cluster 2 is marked as used, but not assigned to a file or directory.”
Can anybody please explain this message or provide a document which can explain it in detail?
I'm working on NAND flash using emFile in FAT32 type on custom board with STM32F103VE.
It is observed that files get corrupted when system is power cycled frequently.
After corruption, device executes following condition:
In above condition, function FS_FindFirstFile() returns 1 which means “No entries available in the directory”.
In addition to that, function FS_FAT_CheckDisk() returns following message:
“Cluster 2 is marked as used, but not assigned to a file or directory.”
Can anybody please explain this message or provide a document which can explain it in detail?
The post was edited 1 time, last by geekxCoder ().