Connect cross power-domain to UART00 on P2 of nRF54L15 DK

Hi there!

May I know how to have UART00 on P2 like what is shown below as I wanted to have higher speed.

Is it the same as other UART assignments on P0 and P1?

Thanks!

Parents Reply
  • Yes, this was our mistake and every LLM we tried also made the same mistake in assuming that UART pin assignments (TX vs RX) were not restricted, only the peripheral itself within P2.  This was an unexpected limitation and a HUGE step backward in terms of ease of integration.

    This severe limitation is documented but Nordic should probably make that more clear as anyone familiar with the NRF52 series would never make the assumption that pin assignments for UART are completely restricted for any port.

    Nordic engineers also missed this in our private schematic review.

    Lastly the build environment doesn't complain at all when we selected incompatible TX/RX pins on port 2 or assigned the wrong peripheral.  Compiles just fine and fails completely silently during testing no matter what logs/traces/debugging you turn on.  That should be fixed in parallel with more clarity on the documentation.

Children
Related