Part Number:CC1310
Tool/software: TI-RTOS
Hi,
I am trying to send the led toggle request from a collector to a sensor node using extended Mac address of the node i.e 00 12 4B 00 13 A4 58 75
dstAddr.addrMode = ApiMac_addrType_extended;
dstAddr.addr.extAddr={0x00,0x12,0x4B,0x00,0x13,0xA4,0x58,0x75};// this gives me error --> expression must be a modifiable lvalue
What am I doing wrong?
Regards






