case about nRF54L15 SPI and P2

Hi,

How to implement two sets of SPI on the NCS v3.0.0 nRF54L15 P2 port? If it can be achieved, please provide the corresponding IO ports for these two sets of SPI.

Kind regards,
Peter.Min

Parents Reply
  • Hi

    We don't get notifications on "Verified" answer tickets, so I didn't see this until you tagged me. Sorry about that. If you're working on a DK, some of these pins are used for other things by default, so that's the most likely reason this doesn't work by default. On the back of the nRF54L15 DK you can see that P2.09 for example is used for one of the onboard LEDs, so you need to make sure it isn't configured for the LED in your project.

    Best regards,

    Simon

Children
  • Hi  ,

    Understood about the notification system.

    Thanks for the feedback.

    I believe there are other reason(s) pins from the P2 board are not working.

    And that's what I am trying to understand....

    For solving pin conflict on the L15DK, I already have the following added to my .overlay

    /delete-node/ &button1;
    /delete-node/ &button2;
    /delete-node/ &led0;
    /delete-node/ &led2;

    According to  :

    There is some restriction to use pins on nRF54L15 based on the power domain. 

    You can read this pin assignment chapter Pin assignments also to know about the pin mapping on nRF54L15.

    However, I could not figure out which exact section of that document offer specifics about those restrictions.

    Things are working fine on the DKs environment for now.

    But when we move to our custom design schematics, we will have to make sure we are in line with those recommendations / restrictions.

    Thank you and kind regards,

    Jamal

Related