Other Parts Discussed in Thread: TMS320F28069, C2000WARE
I want to download tms320f28069's firmware remotely (SCI).
1. * .out files are converted to * .hex files using "Hex2000.exe".
:20000000AA080000000000000000000000000000000000000000FB003F00A458FFFF96A1C3
:2000200000000000FFFF97A100000000FFFF98A100000000FFFF99A100000100FFFF9AA1E1
2. In order to update the remote firmware, the BOOT and RESET pins were controlled to enter SCI BOOT mode, and 0x41 was transmitted to receive 0x41.
3. Next, send the * .hex file in sequence and the MCU sends the first byte and the last byte of the data packet.
For example, the above data packet (AA080000000000000000000000000000000000000000FB003F00A458FFFF96A1) receives AA and A1.
Question 1) What does it mean to return AA and A1 as above?
Question 2) If I did the above, can I update the firmware? Or do you have a different sequence?
thanks. ^^