Hi,
I need to integrate the Skyworks RFX2401 FEM module into my custom nRF5340 based project.
The following code snippet has been included in the custom_nRF5340_cpunet.dts file.
Added gpio_fwd in the custom_nRF5340_common.dts file
Enable the given below config macros in thein the hci_rpms\prj.conf
FEM functionality seems to be non-functional after the following modifications.
Even after activating the configuration macros (CONFIG_MPSL_FEM=y, CONFIG_MPSL_FEM_SIMPLE_GPIO=y), they still display as 'n'. They are not visible in both the build\zephyr.config and build\hci_rpmsg\zephyr.config files.
Is there a requirement to include additional macros or incorporate specific code sections to enable FEM?