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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,403件の閲覧回数
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,238件の閲覧回数
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,238件の閲覧回数
jackjiang
Contributor II

Thanks for your support. I will test the function.

0 件の賞賛
返信