Dear Team,
I am using NRF54L15 DK, where I have UART defined and mapped as following:
Dear Team,
I am using NRF54L15 DK, where I have UART defined and mapped as following:
Hi!
Try this overlay:
uart20_default: uart20_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 9)>,
};
group2 {
psels = <NRF_PSEL(UART_RX, 1, 7)>,
bias-pull-up;
};
};
uart20_sleep: uart20_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 9)>,
<NRF_PSEL(UART_RX, 1, 7)>,
low-power-enable;
};
};Hi Sigurd,
I have tried (but also even completely removing bias-pull-up), but nothing has changed, really.
I would later need to use the same port in half duplex mode, too.
Is there anything else can be done?
Thanks
WBR,
Alex
Hi Sigurd,
I have tried (but also even completely removing bias-pull-up), but nothing has changed, really.
I would later need to use the same port in half duplex mode, too.
Is there anything else can be done?
Thanks
WBR,
Alex
Hi!
NRF_PSEL(UART_TX, 1, 9)
Any reason for why you are using this pin? Could you try a different pin ? P1.9 is connected to Button 1 on the DK
I can certainly try, however, there is no issue with UART_TX (it works just fine). I have an issue with UART_RX being intercepted by Zephyr shell, so not sure how your proposal is relevant in this context.
Another thing you can double-check, is that you have CONFIG_SHELL_BACKEND_SERIAL=n