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.

simpliciTi 1.2.1 beta with smartRf registers compatibility

Other Parts Discussed in Thread: SIMPLICITI, CC1120, MSP430F5437A

Hello,

I'm using CC1120 with MSP430F5437A + simpliciTI 1.2.1Beta version + SmartRf Studio 7 (version 1.14.1).

When I try register export and collecting ALL registers + write it correctly in  MRFI/smartrf/cc1120/smartrf_CC1120.h

Some param aren't the same from the SmartRf I would like to verify that what I did is OK (I've guessed the naming or copied from prev version)

The missing:

#define SMARTRF_SETTING_IRQ0M              0x00  //  deprecated registers 
#define SMARTRF_SETTING_IRQ0F              0x00  //  deprecated registers 
#define SMARTRF_SETTING_DRATE2             SMARTRF_SETTING_SYMBOL_RATE2 //   -|
#define SMARTRF_SETTING_DRATE1             SMARTRF_SETTING_SYMBOL_RATE1 //    
#define SMARTRF_SETTING_DRATE0             SMARTRF_SETTING_SYMBOL_RATE0 //   -|
#define SMARTRF_SETTING_RX_STATUS          SMARTRF_SETTING_MODEM_STATUS1
#define SMARTRF_SETTING_TX_STATUS          SMARTRF_SETTING_MODEM_STATUS0
#define SMARTRF_SETTING_SOFT_TX_DATA_CFG   SMARTRF_SETTING_CFM_DATA_CFG
#define SMARTRF_SETTING_SOFT_RX_DATA_OUT   SMARTRF_SETTING_CFM_RX_DATA_OUT
#define SMARTRF_SETTING_SOFT_TX_DATA_IN    SMARTRF_SETTING_CFM_TX_DATA_IN