This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-Stack linux gateway join problems....

Other Parts Discussed in Thread: CC2530, Z-STACK, CC2531, CC2650

Hi. I succesfully started a z-stack linux gateway on arm device. Coordinator is a cc2530 board connected via spi.

Coordinator firmware is a Z-Stack Home 1.2.2a  ZNP compiled with preconfigured network key.

Gateway is started and demo app looks like this:

Then i'm trying to join another device (board: cc2530, project: SampleLight - EndDeviceCB).

Under debugger I can see ZDApp_DeviceAuthEvt is called and then called

ZDApp_ResetTimerCancel();

ZDApp_ChangeState( DEV_END_DEVICE );

ZDApp_NVUpdate();

ZDApp_SaveNwkKey();

ZDApp_AnnounceNewAddress();

inside it. So device is joined, received network key and got address.

But there is no any change at gateway part. No new device, no events in logs. I added NWK_GET_DEVICE_LIST_CNF call by user in demo app and it always return "Total Devices 1"

So what i'm doing wrong ?? How to debug this problem?