2021-04-02 05:25 AM
2021-04-02 06:09 AM
When writing a program from the debugger to the MCU, is there a check (a process to confirm that the program written to the MCU is correct) in the program writing itself?
In things like Keil there is a debugger/flasher option to "Verify After Download"
You can also have a post-link step/method to add a checksum or CRC to the firmware image that the code in the firmware itself can subsequently recompute and validate.