Other Parts Discussed in Thread: CC1352P, SYSCONFIG
Hi,
I've custom board based on CC1352R (rev E) - here're details of my setup:
- dual-band, single-feed antenna, fed by XMSSJJ3G0PA-054 RF switch, controlled by DIO30
- Software: SDK v4.20.00.35, CCS v10.0.0.00010
Question:
I've already referred to RF antenna switch discussion (ti_drivers_config, rfDriverCallback) on forum-
posts here. So generally aware of what I need to do. Question is (actually two) -
- What's the difference between rfDriverCallback and rfDriverCallbackAntennaSwitching? Do
I need both in my case? - As I understand I need to select RF_GlobalEventInit, RF_GlobalEventRadioPowerDown,
RF_GlobalEventRadioSetup to Global Event Mask (in .syscfg). Which setupCommands I'm
suppose to process? All I need is - have DIO30 control RF switch in response to BLE(2.4G)
vs. Sub-1GHz bound RF driver calls; no complex "Truth table" processing routes.
Please advise. Thanks.