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.
