We developed a custom board based on CC1352P.
Facing an issue in finding correct rf switch pin configuration for PA path.
here is RF path schematics:
SKY13597 logic truth table:
According to RF path:
On Sub1Ghz PA Tx mode, the RF switch is configured to RF4 --> V1 (DIO23) = L , V2 ( DIO30) = L
On sub1Gz Rx mode , the rf switch is configured to RF2 -> V1(DIO23) =H , V2( DIO30) = H
Unable to find RF Core Data Signals for MUX configuration using PA and LNA for both IO :
GPIO_setMux(CONFIG_RF_ANTENNA_DIO23, IOC_PORT_RFC_GPO0); --> Rx = H , Tx = L : OK
However, CONFIG_RF_ANTENNA_DIO30 needs a similar mux configuration to set it to HIGH on Rx mode and to LOW on Tx mode.
Any idea forDIO30 mux configuration which can be used?