User Activity

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 fil...
Hello guys,I am trying to implement a custom bootloader based on stm32f103rb.I would like to jump in a flash address page e.g 0x8004000When i am calling the app_reset_handler(), debugger break at address 0xfffffffe with no debug information.I appreci...