Custom Bootloader - Not able to jump on the specific location on flash
Hi team,We are working on the custom bootloader on stm32u073RC. not able to jump on the specific location.#define APPLICATION_PARTITION_1 0x0801D000 void jump_to_application_partition_1(void) { /* Disable Interrupts */ __disable_irq(); ...