How to use UART3 of 6ULL as a common UART?

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

How to use UART3 of 6ULL as a common UART?

1,382 次查看
jackjiang
Contributor II

Dears,

UART3 is used as a Console in the SDK,  after we commented out the Console part of the SDK in imx.c file, UART3 transceiver exceptions.

Can you provide a UART3 as a software demo for common UART?

See the attachment for the DTS and DTSI file.

0 项奖励
回复
2 回复数

1,217 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jack

in imx6ull.dtsi one can replace compatible = "ti,imx3100q-uart"; 

with compatible = "fsl,imx6ul-uart"

uart3 example can be found in some third party boards, for example TechNexion imx6ul-pico board

linux/imx6ul-pico.dtsi at tn-imx_4.9.88_2.0.0_ga-test · TechNexion/linux · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,217 次查看
jackjiang
Contributor II

Thanks for your support. I will test the function.

0 项奖励
回复