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.

ROM MAC on CC26XX and CC13XX

Other Parts Discussed in Thread: CC1310

Hi


There is not a complete information to describe ROM for CC26xx and CC13xx. Where is the ROM driver/ROM booter/ROM MAC located?

From TI MAC stack package, CC26XX has a ROM code for 802.15.4 MAC. How about the CC13xx? Is there a ROM code in CC13XX.

My target production will use CC1310, so I am very interesting the situation on CC1310 whether there is a ROM code for 802.15.4 MAC in CC1310.

HH

  • Hi HH,

    All radio functionality in ROM is available via the RF Core command interface, there is no "raw" code in ROM available to the user.

    CC1310 does not have the IEEE 802.15.4 MAC in ROM, only IEEE 802.15.4g PHY support, including the PHY header.

    Best regards,
    Niklas
  • Hi Niklas

    Thansk for you reply.

    So, CC1310 doesn't support any RF command descirbed in section 23.5 in technical reference manual(TRM)?
    And CC1310 should support all commands described in section 23.3 and 23.7 in TRM?
    If yes, I have a little confession with Radio Setup - CMD_RADIO_SETUP. Is it OK for Radio setup? (I know there is CMD_PROP_RADIO_DIV_SETUP for radio setup CC1310)


    HH