Modification of DDR Stress Test for i.MX53

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

Modification of DDR Stress Test for i.MX53

Jump to solution
974 Views
ko-hey
Senior Contributor II

Hi all,

I want to run DDR Stress Tester on the cutomer original iMX53 board.
However, I need to change to UART-4 port from UART-1 port.
The UART4 port is below.

-TXD CSI0_DATA12/ALT2
-RXD CSI0_DATA13/ALT3

Which part of source code do I change ?

*I have already got a source code of the DDR_Stress_Tester_for_mx51mx53_V002 from FSL local FAE.

Ko-hey

Labels (1)
Tags (1)
0 Kudos
1 Solution
675 Views
igorpadykov
NXP Employee
NXP Employee

Hi ko-hey

one can add codes to function debug_uart_iomux() in hardware.c

alternatively one can add uart4 iomux settings in *.inc file like

..\DDR_Stress_Tester_for_mx51mx53_V002\binary\MX53_TO2_DDR3_LCB.inc

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
676 Views
igorpadykov
NXP Employee
NXP Employee

Hi ko-hey

one can add codes to function debug_uart_iomux() in hardware.c

alternatively one can add uart4 iomux settings in *.inc file like

..\DDR_Stress_Tester_for_mx51mx53_V002\binary\MX53_TO2_DDR3_LCB.inc

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos