Tool/software: TI C/C++ Compiler
QT writes serial port to receive data program, frequently press physical button (falling edge trigger interrupt). This will cause the serial port to receive data packet loss.
Is this issue related to interrupt priority? How to solve it?