HI, TopCat,
I still have a question that confuses me.
In the chapter 3.2 of "CC2530ZNP Interface Specification", it is recommended that using ZB_WRITE_CONFIGURATION to set the values like ZCD_NV_LOGICAL_TYPE and ZCD_NV_PAN_ID.
However, I screened the doc and found that Configuration ID of such values is 2 bytes length, such as 0x0087 is the config ID for ZCD_NV_LOGICAL_TYPE, while ConfigId of the cmd ZB_WRITE_CONFIGURATION is 1 byte length. They're not compatible.
So I guess that SYS_OSAL_NV_WRITE maybe the right cmd to set those configurations whose name containing "NV". Am I right?
Thank you in advance.