I know that the SoftDevice has support for controlling a frontend with TX and RX signals.
However, our radio module uses a Skyworks SE2431L frontend with the control signals:
CPS | CSD | CTX | |
Sleep mode | 0 | 0 | 0 |
Bypass mode | 0 | 1 | 0 |
RX LNA mode | 1 | 1 | 0 |
TX mode | x | 1 | 1 |
By using the example of the frontend control it would be possible to have it control CPS and CTX control, which would allow the SoftDevice to switch between TX, LNA and bypass. However, due to energy efficiency it would be preferred to have it also control CSD, so that it switches between TX, LNA and Sleep mode instead.
Is this possible to achieve with the frontend control of the Softdevice?