Dear Members,
Please refer to the C:\Texas Instruments\ZStack-CC2530-2.5.1a\Components\stack\zdo\ ZDApp.C. in the the function uint8 ZDOInitDevice( uint16 startDelay ) . I facing following confusions. Please put some light in the following issues.
1. One can easily find that in NV_RSTORE is defined then network state will be set to default or will be restored depending on SW_BYPASS_NV, functions used to set to default are NLME_InitNV(); NLME_SetDefaultNV();
If the NV_RESTORE is not defined as in the case of SensorDemp App, the function NLME_InitNV(); NLME_SetDefaultNV(); must be used in a else case. But these functions has not been used to set to default network state where it must be.
2. Where are the definitions of the functions NLME_InitNV(); & NLME_SetDefaultNV();
3. What does the Network States exactly means & where has it been defined.
Thanks & regards
Biprangshu