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.

How to realize a black list - CC2530

Other Parts Discussed in Thread: CC2530

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?