Hello @stephendgb
1)Can the Interrupt be used? Is there a recommended alternative to using this?
->>Yes, it can be used. You can use your own code to enable this interrupt.
2) Is it possible clear this interrupt by writing to the interrupt clear register? Does that change the status register?
->>No, the USART interrupt enable clear register is used to clears the corresponding bit in the INTENSET
register. Also can not change the status register.
BR
Alice