2024-10-07 03:45 AM - last edited on 2024-10-07 04:49 AM by SofLit
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?
2024-10-22 01:58 AM
so your code of led blinking works without the __enable_irq()? seems the irq is not disabled actually.