Other Parts Discussed in Thread: Z-STACK,
Hi,
Can I access the NVRAM of CC2530 chip without using the z-stack resources for a bare code (standalone code), please share reference material if available for the same.
Regards,
Suhrith
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.
Hi Suhrith,
It is possible to use the OSAL_Nv driver outside of Zigbee, please refer to the NV_INIT and NV_RESTORE flags as well as any osal_nv_* function call inside of the Z-Stack examples to understand how it is used by the application. You will also have to pay attention to f8w2530.xcl linker file.
Regards,
Ryan
Thanks Ryan,
Will go through the suggested documents and try to implement it