Yesterday I successfully implemented UART RX interrupts using DT Interrupts.
As far as TX interrupts go, my plan is to use ArrayWrite within my main program to write string messages and A/D readings to the transmit buffer and ArrayRead within the interrupt service routine to transmit character by character.
Do I have to write the first character of the buffer to the TX register from the main program to get things started or is there a different way to handle this?
Bookmarks