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
UART interrupt status
Re: UART interrupt status
You mean your event handler? From event type UART_DATA vs UART_PATTERN_DET
Re: UART interrupt status
I see. So I know that I can get UART events from a UART event queue and casing on it. I'm actually trying to register an ISR so that I can handle the RX Threshold event ASAP. Do I still look at the same event queue to see what caused the interrupt?
Re: UART interrupt status
I actually wanted to install an ISR to process it faster. Should I pop an event from that same event queue inside the ISR?
Who is online
Users browsing this forum: No registered users and 64 guests