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.

C5502 uart bootload

Other Parts Discussed in Thread: TMS320VC5502

I´m trying to download a code from a PC host to my board using the uart bootloader mode.

So, I made a PC application to send the binary code to DSP with a 57600 baudrate.

Each data I send I received an echo, so I can guess that the boot config is ok.

But it always stops at 1904 byte count (my binary file has 2114 bytes).

Could anyone have a hex55 config example to be used? I think the problem is that my binary file (b00) is wrong.

Thanks