Hi Diana,
Thanks for the response. Please release errata sheet, your user manual gives a different impression. However, if it's not possible to use FIFO, I'm okay to use DMA. But I have another question LPUART MATCH can trigger interrupt asper the user manual. we found it's not working either. please confirm.
The procedure followed for this is given in s32K reference manual section 51.4.4.2.6 Match On Match Off operation
1. Configured UART MATCH Register
2. Enabled MATCH Interrupts
LPUART0->BAUD &= ~(0xC0080000); // Clearing MAE1 and MAE2 bits for writing MATCH registers
LPUART0->MATCH = 0x00320031; // Match1: '1' and Match2: '2'
LPUART0->BAUD |= 0xC0080000; // Setting MAE1, MAE2 Bits and BAUDCFG 10 - Match ON OFF operation
LPUART0->CTRL |= LPUART_INT_MATCH_ADDR_ONE; // Enable MATCH 1 Interrupt
LPUART0->CTRL |= LPUART_INT_MATCH_ADDR_TWO; // Enable MATCH 2 interrupt
Our observation - We are getting Interrupt for MATCH1 only and no interrupt triggered for MATCH2
Please clarify..!
Regards,
Harish