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
  • Hi,

    I have not been able to reproduce this. Using the direct_test_mode smaple from SDK 2.8.0 and adding only this to app.overlay and building for the nRF54L15 DK, the project builds without error:

    / {
    	nrf_radio_fem: name_of_fem_node {
    		compatible = "skyworks,sky66112-11", "generic-fem-two-ctrl-pins";
    		ctx-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
    		crx-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
    	};
    };

    Have you done any other changes?

Reply
  • Hi,

    I have not been able to reproduce this. Using the direct_test_mode smaple from SDK 2.8.0 and adding only this to app.overlay and building for the nRF54L15 DK, the project builds without error:

    / {
    	nrf_radio_fem: name_of_fem_node {
    		compatible = "skyworks,sky66112-11", "generic-fem-two-ctrl-pins";
    		ctx-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
    		crx-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
    	};
    };

    Have you done any other changes?

Children
Related