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.

CC2650: TI MAC(802.15.4) stack Security key ID mode examples

Part Number: CC2650
Other Parts Discussed in Thread: TIMAC

Hi,

 I am trying to understand the CC2650 TI MAC security code.

I have changed msa_keyIdMode to MAC_KEY_ID_MODE_4.Other than this I didn't changed anything.After flashing this firmware I have stated communicating from my FFD to RFD.Its not working.Do I need to change any other variables.

I didn't see any examples related to this.Could any one explain me how to use the Key ID mode and other security parameters.

Here are my security parameters information.

#define MSA_MAC_SEC_LEVEL MAC_SEC_LEVEL_ENC_MIC_32
#define MSA_MAC_KEY_ID_MODE MAC_KEY_ID_MODE_4

#define MSA_MAC_KEY_SOURCE            {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

#define MSA_MAC_DEFAULT_KEY_SOURCE    {0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33}

#define MSA_MAC_KEY_INDEX             3

If anyone already worked on this.Please let me know your suggestions

Thank you