I would like to install an ISR that resets the UART if any physical errors are detected (I would prefer not to poll the error bit). There is a bit called RX_ERR_INT_ENA in SCICTL1, but I don't see a vector for it in the PIE vector table ( 6.3.4 The PIE Vector Table in SPRU078E). Does the error interrupt vector to the same ISR as the RX interrupt or something?