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.

Using UART interrupt Rx and Tx on C6657



Hello all,

It's the first time I work with a C66xx device. I have to implement a UART communication using interrupt for reception and transmission.

I have created a project with just a main.c file and I expected to enter in the interrupt uart_isr() after a call to write_UART() or read_UART(). And, in fact, I never enter the interrupt. 

Please, could you tell me what I did wrong ? I have insert the project zip to this post.

Thanks in advance.

test_uart.zip