Other Parts Discussed in Thread: Z-STACK
I use CC2652R1 LaunchPad as golden ZED which flashed with zed_temperaturesensor (5_20_00_52) build.
The Zigbee Linux Gateway I download is Zigbee_3_0_Linux_Gateway_1_0_1.run. I have two ZC platforms. One is x86 PC host (native build). Another is ARM platform (cross build).
I setup device join test using the ZED and x86 PC host is fine. I can see joined device info listed on the console.
I setup device join test using the ZED and ARM platform, but it is not fine. No device listed on the console although sniffer packets seems OK.
I add debug info and find out nwkSrvAddDeviceTcInfoCB will enter NS_ADS_NO_RSP for ZED and ARM platform test.
Two questions:
1. NS_ADS_NO_RSP issue is induced from porting or platform/app configurations? How to quick debug if not familiar with Z-Stack? BTW, I am pretty sure x86 PC host and ARM platform are the same endianness.
2. Is the "NM_WAITING_TICKS (7000 / 250) // 7 seconds " a platform dependent define?
Regards,
Peter.