GPIO/UART pins

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

GPIO/UART pins

2,019 次查看
michele_darold
Contributor I
    Hi, I haven't understand a question about gpio pins and it's double function.

Example: I want to use UART0 with on TX and RX signal (no control signal needed).

I can set RX and TX for UART operation a RTS and CTS as GPIO pins?

In reference manual this is not explained well in my opinion. In the CMX_USB_LITE example UART not configured the state of RTS/CTS for UART operation but I want to be sure if this solution function.

My proc is MCF52223 but I think there is the same in all coldfire procs

Best regards

Michele Da Rold
标签 (1)
0 项奖励
回复
1 回复

746 次查看
admin
Specialist II
> I want to use UART0 with on TX and RX signal (no control signal needed).
> I can set RX and TX for UART operation a RTS and CTS as GPIO pins?
Yes, you can use TXD and RXD for UART, with RTS and CTS are configured as GPIO. Check in MCF52223 manual, if configuring CTS as GPIO causes disable CTS-to-TXD dependency (as in PowerQUICC family). If no, you will need to disable CTS-to-TXD dependency in the concerned UART register.
0 项奖励
回复