I am trying to programming F2808 serially using C2prog. I used USB to RS485 converter as the MCU is connected to RS485. When i try to send a hex file, the autobaud is Ok. However, i get the following error
CRC Info added at 0x003F44A6: 0x0E21 0x019A 0x0000
*** PLEASE RESET TARGET IN SCI BOOT-LOADER MODE ***
Connecting with target (autobaud)... OK.
Bootloading... failed (invalid echo)!
I have tried to change the baud rate of my PC and targets in the .xml file of C2prog as is recommended in the C2prog FAQ but still i get the same error.
For no tangible reason(out of curiousity), i tried to change the frequency in the C2prog, i got the following error.
CRC Info added at 0x003F44A6: 0x0E21 0x019A 0x0000
*** PLEASE RESET TARGET IN SCI BOOT-LOADER MODE ***
Pinging target... Baudrate locked.
Bootloading... communication timed out!
The most interesting thing is that after i have changed the frequency, the program which were in the MCU (F2808) flash gets executed and Test LEDs blink .
Any recommendation to solve this? Is there a possible problem introduced by the USBtoRS485 converter?