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 ?