I want to write a bootloader for my stm32l4 mcu which (after pressing a button) jumps to another part of flash and run the app on that part. for application part I write a simple blinky and generate its BIN file and copy this bin file to address 0x0800 8000 of flash memory.
Now I do not know how can I jump to this address and run this blinky app.
would anyone help me?
best!