RT1064 how to use non blocking UART

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

RT1064 how to use non blocking UART

Jump to solution
1,774 Views
Meera_123
Contributor II
I am using Quectel EG-21g board with i.Mx RT1064 via UART interfacing , for that I want to use non-blocking UART. But our library code doesn't have that.
0 Kudos
Reply
1 Solution
1,732 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

There are LPUART_TransferNonBlocking API in SDK.

danielchen_0-1620631628808.png

 

Several demos in SDK called LPUART_TransferNonBlocking API.

Please refer to demo  driver_example\lpuart\interrupt_rb_transfer

 

Regards

Daniel

 

View solution in original post

0 Kudos
Reply
1 Reply
1,733 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

There are LPUART_TransferNonBlocking API in SDK.

danielchen_0-1620631628808.png

 

Several demos in SDK called LPUART_TransferNonBlocking API.

Please refer to demo  driver_example\lpuart\interrupt_rb_transfer

 

Regards

Daniel

 

0 Kudos
Reply