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.

Will osal_nv_write alloc new Flash Space when change byte "0xFF" to "0x00"

the Flash can't be write from "0" to "1",so the OSAL_NV will alloc a new Space of Flash when write NV RAM.But it is no need to create a new Flash-Space when change "1" to "0".