cancel
Showing results for 
Search instead for 
Did you mean: 

software reset for STM32f302vb

Rkuma.1964
Associate II

i have flashed RTOS firmware at location 0x8000000. i have another firmware(led blink) at location 0x8001e00. i am unable to jump from 0x8001e00 to 0x8000000 location. but i am able to jump from 0x8000000 to 0x8001e00(led bllink) and it is working.

please suggest.

11 REPLIES 11
Rkuma.1964
Associate II

0693W000001sjTQQAY.jpg

berendi
Principal

Is SysTick running, its interrupt enabled? When yes, deactivate it.

Is SCB->VTOR pointing to the right vector table?