Other Parts Discussed in Thread: CC1352P7, Z-STACK
Good morning,
We are working on custom board with CC2652P7 as coordinator, based on LP-CC1352P7-4 design without sub-GHz part. Antenna switch SKY13317 (3 ways) is replaced by SKY13319 (2 ways).
Our base project is znp_LP_CC1352P7_4_tirtos_css, slightly modified to match pin assignment and remove sub-GHz.
Additionally we patched according this thread:
e2e.ti.com/.../launchxl-cc1352p-building-zigbee-network-processor-znp-example-app-for-cc2652p7-chip
Systems works and can communicate properly with end devices.
However we assume that for now, our system only use +5dBm link despite our configuration. Our goal is to transmit using +20dBm, then go back to +5dBm to receive.
We are strugling to understand how to handle RF Antenna Pin 0 (CONFIG_RF_24GHZ) and 1 (CONFIG_RF_HIGH_PA).
In dev board example, those pins are handled through "rfDriverCallbackAntennaSwitching" function. It seems that this function is not implemented anymore when setting up custom board.
Here are some questions about it:
1 - Does Z-stack handle antenna switch natively according syscfg configuration?
2 - If not, can you point us an appropriate way to achieve antenna switch?
Thanks,
Sylvain SERRE