When i added the code:
ZDO_Start(gStartWithOutNvm_c);
/* Start with one of the following modes:
gStartWithOutNvm_c
gStartAssociationRejoinWithNvm_c
gStartOrphanRejoinWithNvm_c
gStartNwkRejoinWithNvm_c
gStartSilentRejoinWithNvm_c */
in the BeeApp.c under the BeeAppInit, and i try to compile it, the following error messages appeared:
Error : C1815: gStartWithOutNvm_c not declared (or typename)
BeeApp.c line 158
Warning : C1801: Implicit parameter-declaration for 'ZDO_Start'
BeeApp.c line 158
Warning: C1420: Result of function-call is ignored
BeeApp.c line 158
Error : Compile failed
I am not sure where went wrong. Is the end device able to start off with gStartWithOutNvm? Thank you.