Hi Nordic team,
I noticed that when using the external FEM (nRF21540) with the nRF54L5 device, the power consumption at a transmit power setting of 8 dBm is significantly higher compared to using the native radio TX power at the same 8 dBm level.
In my application, I need to dynamically adjust the transmit power in the range of 0 dBm to 20 dBm. To optimize overall power consumption, my plan is to use the native radio TX power for levels below 8 dBm, and switch to the FEM for higher output power above 8 dBm. I intend to implement this using an RF switch architecture similar to the one used on the nRF7002 DK.
From my understanding, MPSL is a key component for controlling and driving the FEM timing. My question is: Is it possible to enable or disable MPSL dynamically during runtime while the application is running?
Any guidance or recommended design approach would be greatly appreciated.