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.

TMS320C5535: eZdsp USB Kit boot from UART error

Part Number: TMS320C5535

Hi guys,

I want to boot my TMS320C5535 eZdsp USB Kit from UART. I followed the steps in "Using the TMS320C5535/34/33/32 Bootloader",but unfortunately a error appeared.

1.I converted the .out file to .bin file through hex55.exe:

hex55
-boot
-v5505
-serial8
-b
-o .\bootimg1.bin
.\boot_post.out

2.Configured the UART Com:

8-bit data, odd-parity, 2 stop-bit, 57600 baud rate

I was confused with the result and do not know why.Is anything wrong with my steps?