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.

CCS/CC2652R: osal_snv_write

Part Number: CC2652R
Other Parts Discussed in Thread: BLE-STACK

Tool/software: Code Composer Studio

Hi,

I successfully used the osal_snv_write interface, but I still have some questions to determine:

1.Is the Write operation a synchronous operation? Is the flash already written when the function returns?

2.What pre-operation is required for threads that can call nvs api, similar to registering icall?

3.Multithreading writes to the same position or different positions at the same time (like different members in struct), whether you need to add another lock or the driver comes with a lock?

4.Can  read or write in an interrupt (soft and hard) ?

BR,

Aaron