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.

osal nv操作,每一条item有没有最大字节数限制和修改次数的限制?

我在NV区中开辟一个256~400字节的Item,每次收到传感器数据后,将数据保存在NV区中。这样做是否合理?NV区item在修改后,会在新的FLASH空间中开辟一段数据,然后原先的记录为报废,当报废累计到一定字节时,就会擦除。如果一个很大的item在多次修改后,是否会把flash消耗完。