aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBogdan Petru Chircu Mare <[email protected]>2025-11-06 21:51:56 -0800
committerBogdan Petru Chircu Mare <[email protected]>2025-11-06 21:59:12 -0800
commita71eff2e1cea55b393e793c023b8e51e5cc369a1 (patch)
treef0da4690f72e79681396d8231449cdde1347ea8d /.github/workflows
parent4fcc74dbd3906db35a56dc179b08b23bfd5bdffa (diff)
Fix uart_interrupt example: enable RX interrupts in peripheral
The uart_interrupt example was not echoing received characters because the RX interrupt enable bit (RIE) was not being set in the LPUART control register. The NVIC interrupt was configured and the handler was installed, but the peripheral itself was not generating interrupts. Added uart.enable_rx_interrupts() call to enable RX data interrupts in the LPUART2 peripheral before entering the main loop.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions