I wrote script with MT commands to enable basic configuration to set CC2530 as coordinator.
I am trying to associate end device (other CC2530 with Normal-RFD image) to CC2530 with MT-enabled image. For this purpose I've wrote a Z-Tool script mt-bringup.zip with corresponding MT commands for starting coordinator and real-time response to Association Request. However, I get next output in Z-Tool window:
<RX>04:43:45.48 COM15 ZMAC_ASSOCIATE_IND (0x4281)
DeviceExtendedAddress: .E...K.. (0x9B, 0x45, 0x0C, 0x06, 0x00, 0x4B, 0x12, 0x00)
Capabilities: 0x88
KeySource: ........ (0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
SecurityLevel: 0x00 (NO_SECURITY) (0x0)
KeyIdMode: 0x00 (NOT_USED) (0x0)
KeyIndex: 0x00
<TX>04:43:45.48 COM15 ZMAC_ASSOCIATE_RSP (0x4250)
ExtAddr: ..K.@.U. (0x00, 0x12, 0x4B, 0x00, 0x40, 0x9B, 0x55, 0x87)
AssocShortAddress: 0x0001
AssocStatus: 0x00 (SUCCESSFUL_ASSOCIATION) (0x0)
KeySource: ........ (0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
SecurityLevel: 0x00 (NO_SECURITY) (0x0)
KeyIdMode: 0x00 (NOT_USED) (0x0)
KeyIndex: 0x00
<RX>04:43:45.49 COM15 ZMAC_ASSOCIATE_RSP_RESPONSE (0x6250)
Status: SUCCESS (0x0)
*** WARNING ***
Unsupported or unformatted message received. Raw data:
0C 42 91 03 00 12 4B 00 06 0C 45 9B CC 11 00
<RX>04:43:53.35 COM15 ZMAC_COMM_STATUS_IND (0x428D)
Status: ZMAC_TRANSACTION_EXPIRED (0xF0)
SrcAddrMode: 0x02 (ADDRESS_16_BIT) (0x2)
SrcAddr: ........ (0xAA, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
DstAddrMode: 0x03 (ADDRESS_64_BIT) (0x3)
DstAddr: ..K.@.U. (0x00, 0x12, 0x4B, 0x00, 0x40, 0x9B, 0x55, 0x87)
DevicePanID: 0x11CC
Reason: 0x00
KeySource: ........ (0xFF, 0xCC, 0x11, 0x00, 0x00, 0x03, 0x05, 0x00)
SecurityLevel: 0x00 (NO_SECURITY) (0x0)
KeyIdMode: 193 (0xC1)
KeyIndex: 0x03
Warning "Unsupported or unformatted message received" corresponds to Data request from end device.
In RF media it look the next way:
For comparison, in case of setup with samples Normal-FFD and Normal-RFD problem doesn't exist and association is successful:
How to interpret ZMAC_TRANSACTION_EXPIRED in this case and how to fix this issue?