imx93 UART DEBUG

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
876件の閲覧回数
michaelscott2371
Contributor I

Hey, im designing an hardware board that features the imx93.

i have two imx93 on the board.

i want to connect uart debug through FTDI to the arm cpus but because of some other elements i have on the board, i will need to use 2 FTDI's to connect uart debug to both a55 and m33 cpus.

is it possible to debug the m33 through the a55 and connect only the uart to a55?

0 件の賞賛
返信
1 解決策
855件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

I think that the best alternative would be to debug Cortex-M terminal through Cortex-A terminal, you could do it through the usage of RPMSG framework, so instead of sending them through normal UART, you should base your debug system in the multicore examples (using RPMSG framework) it would send the debug strings and you would print those strings through Cortex-A managed UART.

Regards

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
856件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

I think that the best alternative would be to debug Cortex-M terminal through Cortex-A terminal, you could do it through the usage of RPMSG framework, so instead of sending them through normal UART, you should base your debug system in the multicore examples (using RPMSG framework) it would send the debug strings and you would print those strings through Cortex-A managed UART.

Regards

0 件の賞賛
返信