Other Parts Discussed in Thread: SYSCONFIG
Dear TI,
We have custom designed out custom board based on CC2652p MCU.
We are BLE for our application. We have antenna switch between 2.4Ghz and 20 DBM PA, which is controlled by a gpio.
I have added this GPIO in the syscfg under RF pin Selection of RF Driver.
If I declare GlobalCallBack function as rfDriverCallback, Compilation(linking) error is thrown.
If I declare as NULL, compilation passes, but RF is not working.
I tried editing the syscfg files, which gets overwritten on next compilation. How do I edit ti_drivers_config.c file to add the rfDriverCallback function?
Or is there a better way to solve this?
Regards,
Shilpa