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.

CC2640R2F: Is it safe to erase or write to flash when not enter critical section?

Part Number: CC2640R2F

I want to use the flash_interface_internal.c to for flash operation(sequence data storage do not use snv) , but the erase and program function in this file does not enter critical section before flash erase or write, I see the nvocop.c used.