Hello,
I'm trying to use a TMS570LS0432 part and looking for examples of using the UART with interrupts so that I can minimize CPU utilization. Basically, I would like to create a ring buffer that the foreground program can shove data into and then the interrupt task will continue sending it.
I would like to be able to do this for the TX and RX.
I think there are some examples in Halcogen, but I can't seem to find it.
Thank you!
Tom