Does nrf54L15 support PA?

Hi,

    I am looking forward to ncs2.8.0, which was released last Friday. Today I tried nrf54l15 + 2-wire PA but failed to compile successfully.

sdk: ncs2.8.0

project: direct_test_mode

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

add document code to overlay

But I can't compile successfully, Can you give me some suggestions? Or does nrf54l15 + PA require special operations? Thanks

I looked up ncs2.8.0 nrf54l15 and there is no definition of RADIO_MODECNF0_RU_Msk.

Parents Reply Children
  • That is because P0 is in the low power power domain and you will have a longer latency between the radio and P0 (note the ASYNC indication in the communication between the low power domain and the AMBA interconnect int he block diagram). This does not mean that using P0 cannot work and crossing domains is possible, but it may not be the best choise (amd as we have not finished the PA support I cannot say for sure now which limitations may exist in the final solution). 

Related