Uart help

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Uart help

742 次查看
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.


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
标签 (1)
0 项奖励
1 回复

598 次查看
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 项奖励