Is there a way to manually trigger an interrupt? On other micros, I simply set the interrupt flag and the interrupt triggers. This is needed for a communication library that relies on the UART Tx interrupt to repeatedly trigger when the buffer is empty.
The problem is getting the first interrupt to trigger. I can manually transmit some junk byte which gets the Tx interrupt to go, but then that byte pops out of the UART pin.