What is the difference between ppib and dppic?

Hello,

I am trying to use the nRF21540 in nRF54L15, I notice document metion

Enable appropriate instances of the DPPIC and PPIB peripherals in the devicetree file:

Explain this code
Copy
Copy&dppic10 {
      status = "okay";
};

&ppib11 {
      status = "okay";
};

&ppib21 {
      status = "okay";
};

&dppic20 {
      status = "okay";
};

&ppib22 {
      status = "okay";
};

&ppib30 {
      status = "okay";
};

&dppic30 {
      status = "okay";
};

I am wondering what is the difference between PPIB and DPPIC. What does appropriate mean? How to choose the correct one. If I open all the node I will got an fatal error below:

Parents Reply
  • "It is recommended to use the GPIO pins that belong to the PERI Power Domain of the nRF54L device. For example, on the nRF54L15, these are pins belonging to GPIO P1. " in this case I should use GPIO1 rather than GPIO P0 and P2 why 

    should use P0, not P1
    elay on the pins for P1 and P2

    When I use your setting, the problem still happen, you can see when I plug in the SWF connector, the siganl strength reduce.

    Using your setting seems have some problems, the GPIO 1 4and5 is set to be UART1

Children
Related