STM32F030CC Bootloader application stuck at first HAL_Delay
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-29 7:39 AM
Hi, I am working on STM32F030CC microcontroller, where I am calling an application code from bootloader code. When the code is entering the application, the program is entering into an infinite loop of HAL_Delay(). I found out that by adding "SCB->VTOR = APP_ADDRESS;" this line will help in solving this problem, but this line is creating an error "'SCB_Type' has no member named 'VTOR'"
Labels:
- Labels:
-
Interrupt
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-29 1:35 PM
See this thread.
