2021-08-24 05:27 AM
I'm trying to write a program to the microcontroller through the bootloader via the СAN interface.
I cannot understand why the bootloader does not respond to an attempt to write to address 0x00008000. When a command with the ID 0x31 is sent with the address and the number of bytes, a positive response is received from the bootloader (ID=0x02, data=0x79). But after sending the first block of data (128 bytes) the bootloader does not respond..
Solved! Go to Solution.
2021-08-24 11:26 PM
Solved a problem.
There was an error in the algorithm for writing to the microcontroller's memory.
2021-08-24 11:26 PM
Solved a problem.
There was an error in the algorithm for writing to the microcontroller's memory.