Hi, the nRF21540 FEM is out for quite a long time. However, there is still no direct support in NCS. Fortunately. some work has already been done. This PR introduces the FEM driver in MPSL. But for no obvious reason, it states "Work is underway to make the protocols shipped with nRF Connect SDK use FEM, but none of them currently have this feature.".
- Could you please propose some modifications to the existing FEM driver in MPSL to have it working with BLE? There is "depends on !BT" but when we remove that manually it still doesn't do anything when BLE radio is working (GPIO pins are not moving).
- Could existing PA & LNA implementation of Zephyr controller work with nRF21540 in GPIO mode? Let's consider we will set is as following (using our GPIO mapping):
CONFIG_BT_CTLR_GPIO_LNA=y CONFIG_BT_CTLR_GPIO_PA=y CONFIG_BT_CTLR_GPIO_LNA_PIN=3 CONFIG_BT_CTLR_GPIO_LNA_OFFSET=11 CONFIG_BT_CTLR_GPIO_PA_PIN=2 CONFIG_BT_CTLR_GPIO_PA_OFFSET=11
Thanks