imx93 UART DEBUG

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

imx93 UART DEBUG

跳至解决方案
867 次查看
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 解答
846 次查看
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 回复
847 次查看
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 项奖励
回复