STM32 Built-in Bootloader
Hello everyone,
I am working on an application about updating stm32f103 via built-in bootloader - uart.
I have a bin file that is validated with cheksum equal to st-link utility tool. (sum all the bytes).
My issue is that sometimes with the same bin file the mcu doesnt work properly. I have read flash memory (via st-link utility tool) and i observed that some addresses are corrupted compared to original bin file.
Why happen this? I try to change baud rates but this issue appear again.
My bootloader version is 2.2
I appreciate if someone could help me on that.
