Part Number: CC1352P Other Parts Discussed in Thread: SYSCONFIG Dear TI Expert,
I am new to Simplelink RF Driver programming, forgive me if I am asking stupid questions. In the example project of rfCarrierWave, call back function rfDriverCallbackAntennaSwitching…
I stated in my original post and in a subsequent post that the following functions are strongly defined in main.c: rfDriverCallback() and rfDriverCallbackAntennaSwitching(). The only solution that worked (and continues to work) was the recreate new project…
Part Number: CC2652R Other Parts Discussed in Thread: CC2592 , Dear All,
In my project for range extenstion I am using cc2592 with cc2652r. only 2 meters range getting. attaching the configurations .
#include <ti/drivers/rf/RF.h>
// void rfDriverCallbackAntennaSwitching…
Hello,
I figured it out. When we switch to "custom board", we need to provide our own rfDriverCallbackAntennaSwitching() function. I left this function empty because I thought it was not important. Actually with the LaunchPad selected, this function…
Hi Jakub,
As you maybe can see, the DIO0 and DIO3 pins are internally owned by the RF driver on the CC1312PSIP:
Compared to the CC1312R project, there is also a special rfDriverCallbackAntennaSwitching callback: /*
* ======== Antenna switching …
Hello Kuraravel,
Arthur has the right idea with USE CUSTOM BOARD, you may be able to use the original CC1352P7 device setup considering that these two devices are binary compatible. In the original SysConfig file, copy the rfDriverCallbackAntennaSwitching…
Hi Carlos,
I believe what you've described is already accomplished by the LAUNCHXL-CC1352P-2 Launchpad (design files are provided online), which is what you should be using for software examples on the CC2652P . You can use the SysConfig Radio module…
Thank you for your reply, Ryan.
Meanwhile, I was able to find a way to do what I had to do. And this is consistent with the information you provided, which reassures me In a few words:
I generated the power table and the commands with SmartRF Studio…
How are you defining the new rfDriverCallbackAntennaSwitching function within your application? How do you debug and confirm that the original version existing inside of ti_drivers_config.c is still being used? I had success when adding the following…
There are signals output from the RF core that is meant to control an external PA/LNA, so these signal will be asserted when the device is in TX (PA, CPE_GPO1) or RX (LNA, CPE_GPO0).
How to output these signals are explained here:
Routing RF Core…