Tool/software: Code Composer Studio
hello ,
When using the serial communication of the Demo board of the TMS57 series, set the serial port to interrupt to receive data, and then print the received data with the serial port, modify the sciNotification() function, but always do not print.

In Debug mode, it is found that the length of the received data is always 0 (the function :void linHighLevelInterrupt(void)), so the program cannot enter this branch and does not receive the data.
how to modify this problem?

