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.

RTOS/CC1310: TI 15.4 Stack Short Address

Part Number: CC1310

Tool/software: TI-RTOS

How do i get the collector/sensor example for the CC1310 to use the extended address instead of short addressing?

  • I want the Frame Control Fields for the Destination and Source Addressing to both = 0x03 and the Destination/Source to have the full 64-bit address.

  • Hi An,

    There is no single way of simply switch between extended and short addressing in the default examples.
    Easiest way to do this is to configure the example to use frequency hopping, this will utilize the extended address instead of the short address.

    If you want to look into the code what this means in practice, have a look inside either jdllc.c or cllc.c and check search for "ApiMac_addrType_extended" and "ApiMac_addrType_short". You should be able to find several if statements that select the different modes depending on if FH mode is enabled or not.