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?
Hi @pp99,
I'm afraid we don't have any example codes or pre-designed drivers that use 9 or 10bit UART by default. This would have to be changed manually on the provided drivers in order to work. Sorry for the inconvenience.
BR,
Edwin.