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