Other Parts Discussed in Thread: CC2531, Z-STACK
I use the new ZSTACK 3.0.1 and have hard time to configure a global TCLK different from the DEFAULT_TC_LINK_KEY in nwk_globals.c.
Have managed to successfully configured usb dongle with cc2531 chip as a coordinator and devices are paired without problem with DEFAULT_TC_LINK_KEY.
How can I form a network via serial commands with different global link key, in order to exclude devices expecting the DEFAULT_TC_LINK_KEY?
Guess I should use ZCD_NV_TCLK_TABLE_START and ZCD_NV_APS_LINK_KEY_DATA_START, but have no idea how.