Hi, I am new in Starterware development.
I am working on the UART example (Starterware_1_20_03_03) with CCS5, Bios_5_41_10_36 and target C6748.
In file "uartEcho.c", I noticed the "IntEventClear(SYS_INT_UART2_INT)" in UARTIsr(). I use DSP BIOS in my project, I found that the it also works as expected if I removed "IntEventClear(SYS_INT_UART2_INT)" in UARTIsr().
Can anybody explain me why we need "IntEventClear(SYS_INT_UART2_INT)" here? Thanks