This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: UART例程驱动问题太多了

Part Number: TMS320F28388D


uart_ex1_echoback   例程 

 UART_registerInterrupt(INT_UART0,UART_RX_IntHandler);配置完就会产生一个中断!!!

UART_enableInterrupt(UART0_BASE,UART_INT_RX);对其无影响,而且无法产生发送中断