Hi
I tried to add the function of FEM to the Peripheral_hids_keyboard example according to the guidance of the link below. But it looks like it failed
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/ug_radio_fem.html
nRF52833-DK is used.
The project is modified as follows:
1、modify dts file C:\Users\zhengxg\ncs\v1.5.0\zephyr\boards\arm\nrf52833dk_nrf52833\nrf52833dk_nrf52833.dts
2、modify prj file C:\Users\zhengxg\ncs\v1.5.0\nrf\samples\bluetooth\peripheral_hids_keyboard\prj.conf
3、add some log in mpsl_fem.c file,and modify the main.c file as follows
the log shown as follows
project file
peripheral_hids_keyboard-2.zip
But there is no action on pins P0.17 P0.20.
May I ask where I set it wrong?