Hello,
I am currently working on HCI communication over UART between two microcontrollers: an STM32 and a Nordic nRF54L15.
My tests have been performed using a custom board with an Ezurio BL54L15 module and an nRF54L15 DK. I am trying to use UART00 on Port 2 with the following pin assignments:
- RX: P2.00 / P2.07
- TX: P2.02 / P2.08
- CTS: P2.04 / P2.09
- RTS: P2.05 / P2.10
To use UART00, I also disabled SPIM.
However, I have not been been able to establish communication between the two devices. Are there any additional configurations or hardware settings required to enable UART00 on these pins, or is there something I might be missing?
For comparison, I was able to establish communication successfully using the following pin configuration for uart30:
- RX: P0.01
- TX: P0.00
- CTS: P0.03
- RTS: P0.02
This makes me wonder if there are any limitations or special requirements when using UART00 on Port 2.
Below is the device tree overlay I am using: