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.

problem with binding: ZDP_TABLE_FULL

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

Hi,

I'm  trying to bind the sample switch on the SensorTag with a ZTool + cc2531 based coordinator.

I followed the instructions in: here and also in the TI forum, but until now I never succeeded, and I really can't figure it out why.

Here is my setup:

SensorTag with sample application, disabled HOLD_AUTO_START, ZCL_EZMODE, and NV_RESTORE.

ZStack version 1.2.2a.

The SensorTag associates and can manually send data, but cant' bind.

I have attached the log of ZTool.

The really strange thing is that when I send the binding command, the SensorTag seems to reply ZDP_TABLE_FULL, even though the table is (or should be) empty. In fact, I have erased the tag and reprogrammed it, and if try to unbind it, the sensortag replies "entry not found".

Also, if I issue the ZDO_MGMT_BIND_REQ, the reply is ZDP_NOT_PERMITTED...

Did I miss something?

Any help would really be appreciated :)

<RX>12:20:26.79 COM10 ZDO_END_DEVICE_ANNCE_IND (0x45C1)
    SrcAddr: 0x10B3
    NwkAddr: 0x10B3
    IEEEAddr: 0x00124B00079ED581
    Capabilities: 0x80

<TX>12:21:03.36 COM10 ZDO_BIND_REQ (0x2521)
    DstAddr: 0x10B3
    SrcAddress: 0x00124B00079ED581
    SrcEndpoint: 0x08
    ClusterID: 0x0006
    BindAddrMode: 0x03 (ADDRESS_64_BIT) (0x3)
    BindAddr: ..K..Zf. (0x00, 0x12, 0x4B, 0x00, 0x01, 0x5A, 0x66, 0xE6)
    BindEndpoint: 0x07

<RX>12:21:03.38 COM10 ZDO_BIND_REQ_SRSP (0x6521)
    Status: afStatus_SUCCESS (0x0)

<RX>12:21:12.15 COM10 ZDO_BIND_RSP (0x45A1)
    SrcAddr: 0x10B3
    Status: 140 (0x8C)

<TX>12:23:16.76 COM10 ZDO_BIND_REQ (0x2521)
    DstAddr: 0x10B3
    SrcAddress: 0x00124B00079ED581
    SrcEndpoint: 0x09
    ClusterID: 0x0420
    BindAddrMode: 0x03 (ADDRESS_64_BIT) (0x3)
    BindAddr: ..K..Zf. (0x00, 0x12, 0x4B, 0x00, 0x01, 0x5A, 0x66, 0xE6)
    BindEndpoint: 0x07

<RX>12:23:16.77 COM10 ZDO_BIND_REQ_SRSP (0x6521)
    Status: afStatus_SUCCESS (0x0)

<RX>12:23:22.37 COM10 ZDO_BIND_RSP (0x45A1)
    SrcAddr: 0x10B3
    Status: 140 (0x8C)

<TX>12:25:20.4 COM10 ZDO_MGMT_BIND_REQ (0x2533)
    DstAddr: 0x10B3
    StartIndex: 0x00

<RX>12:25:20.41 COM10 ZDO_MGMT_BIND_REQ_SRSP (0x6533)
    Status: SUCCESS (0x0)

<RX>12:25:22.59 COM10 ZDO_MGMT_BIND_RSP (0x45B3)
    SrcAddr: 0x10B3
    Status: 139 (0x8B)
    BindingTableEntries: 0x00
    StartIndex: 0x00
    BindingTableListCount: 0x00
    BindingTableList: 

<TX>12:27:25.81 COM10 ZDO_UNBIND_REQ (0x2522)
    DstAddr: 0x10B3
    SrcAddress: 0x00124B00079ED581
    SrcEndpoint: 0x09
    ClusterID: 0x0420
    DstAddrMode: 0x03 (ADDRESS_64_BIT) (0x3)
    DstAddress: ..K..Zf. (0x00, 0x12, 0x4B, 0x00, 0x01, 0x5A, 0x66, 0xE6)
    DstEndpoint: 0x07

<RX>12:27:29.53 COM10 ZDO_UNBIND_RSP (0x45A2)
    SrcAddr: 0x10B3
    Status: ZDP_NO_ENTRY (0x88)