Tool/software: TI C/C++ Compiler
Hi,
my hardware operates continuouly with UART Interrupts (Recieve and Transmits). For some reasons I get frame, parity and break errors, which I have to ignore. I'm using TI's driver lib to read the masked interrupt register with uint32_t uInts = MAP_UARTIntStatus(MY_UART_BASE, true);
I found, that after some hours, I very seldom see uInts=0, but an Interrupt has been thrown. I read the raw register, and see, the value of that register 0x380. How can this happen, that the raw status is different to the masked, only in very rare cases?
Regards
Micky