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.

CCS/CC1310: Getting extended address from short address - collector/sensor

Part Number: CC1310

Tool/software: Code Composer Studio

Hey guys,

I was wondering, if the extended addresses from the sensor are stored somewhere in the collector together with the associated short addresses. I found Cllc_associatedDevList[x].shortAddr gives me all short addresses associated with the collector. However, I dont know which extended address belongs to which short address.

Is there a way to get the short addresses with their corresponding ext. address?

kind regards

Slev1n

  • Hey Slev1n,

    Use Csf_getDevice(&devAddr, &item)) where devAddr is the short address from Cllc_associatedDevList to receive the extended address in item.devInfo.extAddress, examples of this function are provided in the collector example.

    Regards,
    Ryan