User Activity

Hello everybody,I have implement a bootloader at start address able to jump to simply application (blinky led) at shift address.Everythings seems to be ok. Just when i power down my board and power up, application start at shift address without check...
Hi everybody,I'm trying to implement IAP to jump from bootloader to my application on stm32h743 target.I m trying to use example code STM32H743-EVAL from ST without success.I think, i set correctly both linker file, remmaping of VECT_TAB_OFFSET etc.M...