Hi at all.
I use a CC2530 devKit and I would realize a coordinator that manage a black list.
I follow this step:
- I have written the IEEE address of the "black-device" in ZDSecMgrStoredDeviceList (little-endian) inside ZDSecMgr.c and I comment out #if 0....#endif in the function;
- I have comment out the #if 0...#endif that surround the ZDSecMgrDeviceValidateRM() code in the ZDSecMgr.c
- I use ZIGBEEPRO stack profile
When turn on the coordinator, the end-device can associated with my gateway and it exchange messagges with the gateway correctly...
What can I do to avoid the association and manage the list?