Hi,
I am using imxRT1170 EVK board. I want to use LPUART1 peripheral in interrupt mode. I am using IAR tool for coding. Can you please share me the example code for using LPUART in interrupt mode.
I want to use the below API's provided:
status_t LPUART_TransferSendNonBlocking(LPUART_Type *base, lpuart_handle_t *handle, lpuart_transfer_t *xfer)
status_t LPUART_TransferReceiveNonBlocking(LPUART_Type *base,lpuart_handle_t *handle,
lpuart_transfer_t *xfer, size_t *receivedBytes)
What are the configuration I need to do to use it in interrupt mode?
Thanks in advance.