nRF21540 is not compatible with nRF54L15

Hi,

Two month ago I have test nRF21540 and nRF54L15, they cannot word with each other.

However, I notice these days updated with

https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/fem/index.html 

 

I have tried again but it still cannot work

My config is

#FEM general
CONFIG_MPSL_FEM=y
CONFIG_MPSL=y
CONFIG_MPSL_FEM_NRF21540_GPIO=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=20
CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=13
CONFIG_MPSL_FEM_NRF21540_RUNTIME_PA_GAIN_CONTROL=y
CONFIG_BT_CTLR_TX_PWR_ANTENNA=20
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

My overlay is:

/ {
	nrf_radio_fem: name_of_fem_node {
	   compatible  = "nordic,nrf21540-fem";
	   tx-en-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
	   rx-en-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
	   pdn-gpios   = <&gpio0 2 GPIO_ACTIVE_HIGH>;
		mode-gpios   = <&gpio0 3 GPIO_ACTIVE_HIGH>;
 };
}; //54L15

Parents Reply
  • Hi,

    I am sorry, I was not clear. I was refering to the "main" branch (what was previosuly often called "master"), i.e. the bleading edge, and not a released version. That should not be used for an end product, but if you want to work with the nRF21540 on the nRF54L15 that is one possibility as it is not currently supported in any released version. Another possibility is to use the 3.0 preview reelease. 

Children
Related