imx93 UART DEBUG

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx93 UART DEBUG

Jump to solution
850 Views
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 Kudos
Reply
1 Solution
829 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
830 Views
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 Kudos
Reply