UART interrupt status
Posted: Wed May 09, 2018 7:24 am
Hi,
I'm trying to configure my board to handle a UART event once my given rx fifo threshold is reached. However, I also have a pattern recognition interrupt enabled. I was wondering how to tell inside my interrupt handler whether the interrupt came from the threshold or the pattern recognition. Any help would be appreciated.
Thanks
I'm trying to configure my board to handle a UART event once my given rx fifo threshold is reached. However, I also have a pattern recognition interrupt enabled. I was wondering how to tell inside my interrupt handler whether the interrupt came from the threshold or the pattern recognition. Any help would be appreciated.
Thanks