Dear Nordic Team,
I am using NRF54L15 on NRF54 DK board and when trying to use/activate any other UART other than UART20 (e.g. UART21, UART22, UART00) on my project, every time I get the following build error:
"Only one of the following peripherals can be enabled: SPI00, SPIM00, SPIS00, TWI00, TWIM00, TWIS00, UARTE00" (same for UART21/UART22).
The bottom line is that none of this peripherals is actually used/defined in the project, so this error is really frustrating and doesn't make any sense.
The only UART I could enable is UART20, but when I try to use, RX never works. I suspect this is due to the chosen settings, which map UART20 to pretty much everything and I can't change/map those to any other UART as the build system immediately starts complaining.
This is really far from the best development experience I am having on just trying to simply hook up UART.
Please help.
WBR,
Alex
