Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG
As a terminal device, I want the Zigbee function of the device not to initiate network setup and join the network upon power-on. Instead, it should enable network setup through GPIO interrupts when it is necessary to join the network. How should I proceed? I believe it is "bdb_start_top_level_commissioning(ZB_BDB_NETWORK_STEERING);" This operation is for joining the network. However, when the device is powered on initially, if (ZB_GET_APP_SIGNAL_STATUS(param) != 0), and the signal is ZB_BDB_SIGNAL_DEVICE_FIRST_START, I then execute bdb_start_top_level_commissioning(ZB_BDB_NETWORK_STEERING); this operation fails to successfully join the network. This is my observation. I wonder if there are any other ways to do it?