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