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
  • if you've already done the PCB (which I'm guessing to be the case), why not use the coprocessor to emulate an uart? It's a dead-simple to implement peripheral. Especially if you work with a fixed baud rate. Detect the start bit (falling edge), wait for X nanoseconds, read 8th bit, wait for X nanoseconds [... repeat], check stop bit (high), you have a valid byte. 

Children
Related