I am using IMXRT1062 processor looking for FreeRTOS LPUART driver which can support 9bit and 10bit UART. I followed Resource Manual and got info that I need to manipulate CTRL registers to enable, but my concern is how the data will be handled since the whole FreeRTOS_Lpuart driver is using uint8_t buffer, same goes with ring buffer.
How to proceed now?