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