Part Number: AM5728
Hi,
I am using UART0 as boot mode for AM5728.I am not getting CCCCC....CHARACTER.Instead of that i am getting garbage value.Baud rate is 1152000.
Please guide.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM5728
Hi,
I am using UART0 as boot mode for AM5728.I am not getting CCCCC....CHARACTER.Instead of that i am getting garbage value.Baud rate is 1152000.
Please guide.
Hi,
On AM57x devices the default boot UART is UART3, not UART0. See section 33.3.5 in the AM572x TRM Rev. L for details.
Hi,
Yeah you are right.Actually by mistake i wrote UART0.Actually i am looking at UART3.I am getting garbage value on that port.
What can be the cause of that?
AM57x devices do not print "C" characters at boot time. They send out an ASIC ID. The UART boot procedure is different. See discussion here: e2e.ti.com/.../1888053
Hi,
Thanks for the input.I am also getting the character "VA!.."continuously.So what is the next step to proceed.
Ashok,
ashok sihag said:Thanks for the input.I am also getting the character "VA!.."continuously.So what is the next step to proceed.
So you getting this out of UART3? With no code running?
Can you try adding a pull-up resistor to your logic-level UART output signal of the device?
Sometimes floating pins can cause random data to be seen by an external receiver, especially when no user code is running yet (that would take care of pinmux etc. initialization). Temporarily adding a pull-up resistor would help making sure that this is not the case here.
Regards, Andreas