cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F0 bootloader

Sid_sid
Associate II

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.

Sid_sid_2-1728297669622.png

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?

10 REPLIES 10

so your code of led blinking works without the __enable_irq()? seems the irq is not disabled actually.