Other Parts Discussed in Thread: Z-STACK
uint8 osal_nv_read( uint16 id, uint16 offset, uint16 len, void *buf );
uint8 osal_nv_write( uint16 id, uint16 offset, uint16 len, void *buf );
In this, I want to write and read the whole string in some buffer. What should be the value of offset to be set in both?