Skip to content
Commit 2615ec87 authored by Jun Lin's avatar Jun Lin Committed by Benjamin Cabé
Browse files

driver: serial/uart: npcx: disable rx interrupt at init



In the application, after the sysjump, the RX interrupt might remain
enabled. During initialization, once the IRQ is enabled, the RX
interrupt could be triggered if there is any traffic on the RX line,
potentially causing an interrupt storm.

This change disables the UART RX interrupt at the driver initialization
to prevent this issue from occurring.

Signed-off-by: default avatarJun Lin <CHLin56@nuvoton.com>
parent b52f5cbe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment