Uart help

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

Uart help

735 Views
omerkaanbasakin
Contributor IV

Hello, i am working on imx rt 1050. I am using freertos on my project. My question is can ı configure uart for my input and data send. Let me explain. Uart send data to me and receive command from me. uart will keep send data without waiting for me to enter command but when ı entered command uart will send data accordingly to my command. Is this possible with one uart task or ı have to create more tasks ? Like uart_receive and uart_send tasks etc.


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
Labels (1)
0 Kudos
1 Reply

591 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Omer:

Both the input data and commands are stored in the uart buffer. It is the application's task to decode it. From this perspective, it is possible.

Regards

Daniel

0 Kudos