STM32F0 bootloader
Dear Members,
I'm using the STM32F030CC controller for my RTOS-based project and currently developing a bootloader for it. The application code has been relocated to 0x08004000. The bootloader successfully jumps to the application, but after initializing all peripherals (GPIO, timers, etc.), calling `HAL_GetTick()` returns a `uwTick` value of 0.

This is the fuction iam using to jump from bootloader to application. when i try to do _enable_irq(); the jump fuction is not working .
am i missing anything?
