modem: uart interface does not disable TX interrupt in ISR #40371
Labels
area: Modem
area: Networking
area: Wi-Fi
Wi-Fi
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
Describe the bug
The UART ISR handler
modem_iface_uart_isr
inmodem_iface_uart.c
does not disable the TX interrupt when executed.For the
uart_nrfx_uarte
serial driver at least, this results in the UARTE ISR permanently triggering after the end of the first transmission.This locks up the system.
To Reproduce
Place an
esp-at
device on a UARTE port and attempt to run thesamples/net/wifi
sample.By default, the application will not reach the boot banner.
Adding the following lines to the bottom of
modem_iface_uart_isr
resolves this issue:Expected behavior
The interrupt should not be permanently triggered.
Impact
Applications fail to boot.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: