cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F030CC Bootloader application stuck at first HAL_Delay

JObbu.1
Associate

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'"

1 REPLY 1
Pavel A.
Evangelist III