Hi Nordic,
We have a design where we'd like to share the 2.4 GHz antenna between WiFi and BLE.
Therefore, we need to power and configure the RF switch accordingly, before every RF activity (RX and TX).
We're using an nrf52833 and the Zephyr RTOS. Is there a way to configure the MCU so it wakes slightly before any RF slot, so that the firmware gets a possibility to configure the RF switch in time?
Even better would be to use GPIOTE or similar to do this automatically, instead of having to wake the MCU for this and execute the switch in software.
Thanks,
Maxime