Other Parts Discussed in Thread: UNIFLASH
Hi,
I have an issue with reading CheckSum and resetting device by sending command COMMAND_CRC32 (0x27) and command COMMAND_RESET(0x25) after loading firmware onto flash. The bootloader is not responding after writing data onto flash. Only one command is working at that state: COMMAND_GET_STATUS. How can i check CRC and make software reset of device after loading firmware? And why bootloader stops communication after COMMAND_SEND_DATA commands?
If I send command COMMAND_CRC32 before writing to flash, for testing that command,it returns with checksum and bootloader continue communication. So, command packet structure is OK. After hardware reset firmware is working as expected.