Hi
I find there are two patch files in rf_patches under cc13xxware_2_01_00_16101 and I find some functions in these patch files are used in CC13XX RF sample.
rfEasyLinkRx/rfEasyLinkTx sample in tirtos_simplelink_2_14_03_28 use patch function rf_patch_cpe_genfsk when open RF module as follow.
rfHandle = RF_open(&rfObject, &RF_prop, (RF_RadioSetup*)&RF_cmdPropRadioDivSetup, &rfParams);//rf_patch_cpe_genfsk is one of field value of RF_prop.
And I am going to bring up the project using CC1310 without TI RTOS. Due to these two samples based on TI RTOS and the patch handle is hidned, I want to how to add these patches to my firmware?
Thanks,
HH