I have a fundamental question about L137 UART operating modes. This is what I want to do:
I want UART to trigger an interrupt when it receives certain byte of data. Within this Interrupt Service Routine (ISR), the UART calls EDMA to read and/or transmit data. Is it feasible on L137 UART0 and UART1? The user’s guide says the chip supports both interrupt and EDMA. But I don’t know if it can combine them together. Thank you.