STM32F0 bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-10-07 3:45 AM - last edited on 2024-10-07 4:49 AM by mƎALLEm
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?
- Labels:
-
Bootloader
-
STM32F0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-10-22 1:58 AM
so your code of led blinking works without the __enable_irq()? seems the irq is not disabled actually.

- « Previous
-
- 1
- 2
- Next »