LPUART FreeRTOS DRIVER

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPUART FreeRTOS DRIVER

313 Views
pp99
Contributor I

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? 

Labels (1)
0 Kudos
1 Reply

275 Views
EdwinHz
NXP TechSupport
NXP TechSupport

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.

0 Kudos