2025-07-29 2:02 AM - last edited on 2025-07-29 2:04 AM by Andrew Neil
Hi,
I am using STM32G07 for the slave side, and another MCU for the Host side.
I would like to implement the device firmware upgrade of the ST MCU, and controlled by the Host MCU.
Question:
2025-07-29 3:00 AM
You could write a small prog to the end of SRAM (or append it to the flash image) calculating the checksum, execute it (go) and read back the result.
Doubt that protocol updates are available, but you should better check that directly with your supplier.
hth
KnarfB