Page 1 of 1

esp-serial-flasher

Posted: Fri Dec 09, 2022 7:28 pm
by JeffreyEWright
Hello;
I've implemented the example on my client's STM32L431, and I can successfully flash the bootloader, partition table, and application via UART0. However, IF I include the MD5 checksum, it stops responding after I flash the bootloader partition??
The response after send_cmd_md5() is odd, since command is returned as 0x24, but should be 0x13. Nevertheless, the correct MD5 checksum appears to be returned correctly, BUT it is shifted by one byte, with the first byte being written at "response.common.value"...is the 0x24 command valid?...If so, I cannot find any documentation to explain its meaning?

SO, any help would be greatly appreciated!

c0 01 24 00 20 40 16 00 37 33 65 38 38 62 35 63 33 37 65 63 39 30 36 30 64 66 35 33 30 39 65 63 39 31 38 34 65 34 33 64 00 00 00 00 c0

THanks.