Hello
When data is written to D-flash, the allocated cluster is often not fully written, but the cluster is frequently switched. The reason is that when the remaining space of the written object sector is less than the length of the next data to be written, FEE will judge that the end address of the next write data is greater than the end address of the current sector. An error is then reported in FEE, causing the entire erase switch of the cluster to occur. How to avoid this situation?
Thanks