Resolved! Issue with Bootloader Jump to Application on STM32F072RBT6 – Stalling at HAL_Delay()
I am currently working on the STM32F072RBT6 microcontroller and have developed a bootloader that successfully jumps to a specified location. The bootloader is located at address 0x08000000, and the main application is at 0x08006000. The bootloader is...