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.

CC1310: How to use the latest smartrf setting for the contiki cc1310 rf driver ?

Part Number: CC1310
Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK

hi,

  Using the latest smartrf studio 7 (2.8.0) and generates the smartrf_settings.c,

  I want to use the smartrf_settings.c for the contiki cc1310 rf driver,so I made a simple replacement for this file.Then I discovered that the radio would not work properly.

  I compared the two pOverrides tables and found the latest pOverrides have two more lines of code.

    // PHY: Use MCE ROM bank 4, RFE RAM patch

    MCE_RFE_OVERRIDE(0,4,0,1,0,0),

  I don't know what is this code means ,so I comment it out,and the radio returned to normal.

  How to use the latest smartrf setting for the contiki cc1310 rf driver ? Is there a correct way ?