2021-05-04 07:47 AM
STM32 has the capability to perform checksum self checking.
If no, there is some way to verify that the program have been loaded properly.
2021-05-04 07:57 AM
STM32CubeProgrammer can verify memory after/during programming. Most programmers have this capability.
You can also calculate the checksum or CRC at the beginning of your program to verify.
2021-05-04 08:04 AM
Hello,
STM32 is equipped with different peripherals able to make a checksum of your memory:
Good day!
2021-05-04 08:09 AM
Thanks both for your fast support.
There are some documents about it?
There is a list about STM32 with CRC calculator?
2021-05-04 08:15 AM
All STM32s have standalone CRC unit. Please look here, there is application note available:
2021-05-04 08:19 AM
Thanks