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: CC1310 smartRF_setting on wireless m-Bus Mode difference setting on RF_Mode RF_prop in TIDA-01531 SWRA512

Part Number: CC1310
Other Parts Discussed in Thread: WMBUS, TIDA-01531

Hi All,

1) In the Application Notes SWRA512, the setting of the RF_Mode should be:

  // TI-RTOS RF Mode Object
RF_Mode RF_prop =
{
    .rfMode = RF_MODE_PROPRIETARY_SUB_1,
    .cpePatchFxn = &rf_patch_cpe_wmbus_smode,
    .mcePatchFxn = &rf_patch_mce_wmbus_smode,
    .rfePatchFxn = &rf_patch_rfe_wmbus_smode,
};

    In the Applicaton notes TIDA-01531, the setting of the RF_ Mode should be:

// TI-RTOS RF Mode Object
RF_Mode RF_prop =
{
    .rfMode = RF_MODE_PROPRIETARY_SUB_1,
    .cpePatchFxn = &rf_patch_cpe_genfsk,
    .mcePatchFxn = 0,
    .rfePatchFxn = 0,
};

2) what is the difference between the setting of SWRA512 and setting of TIDA-01531. are the settings work in Smode wireless m-bus?

3) How to config the RF_Mode RF_prop setting in SmartRF studio which use SWRA512 settings?

Best Regards,

Dragon