Hi,
I have some troubles with implementing WIFI antenna selection on CC3235MODSF.
Here are the questions for which I could not found answers:
1) Is it necessary to use 2 different GPIO lines to make working the AUTO_SELECTION Mode?
2) Can I make Manually switching external antennas working with 1 GPIO pin switch?
3) What does Pad mean in SlWlanAntSelectionConfig_t?
typedef struct { _u8 Mode; /* see SlWlanAntSelectionMode_e */ _u8 Ant1Pad; /* Antenna selection pad (not pin!) */ _u8 Ant2Pad; /* Antenna selection pad (not pin!) */ _u8 Reserved; _u32 Options; /* Set to zero - not supported */ }SlWlanAntSelectionConfig_t;
4) Which pins can I use or which pins(GPIOs) standartly using for Antenna Selection?