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.
I am using a serial flash programmer to program (using UART) a TMS320F280049 controller on a custom PCB board. But there seems to be an error while loading the kernel.There seems to be an error called "error
with autobaud lock echoback".
The error screenshot is attached here.
I set the microcontroller in the SCI bootload mode.
Hey Sal,
Thanks for the prompt reply. I tried the technique suggested by you. When I send a character "A" or "a", the microcontroller seems to be responding with "ff". Is there a specific setting required to enter autobaud?.
I tried it using
- Baud rate = 9600 (tried 2400 as well. Received the same erroneous output.)
-Parity = none
- Stop bit = 1
Please let me know if the connections I have mentioned in the first post is correct or not.
Hi,
You should not be pulling up the Tx and Rx pins. This is likely why you are seeing 0xFF and not 'A'.
sal