2020-07-12 11:40 PM
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.
2020-07-13 01:58 AM
2020-07-13 02:04 AM
Is SysTick running, its interrupt enabled? When yes, deactivate it.
Is SCB->VTOR pointing to the right vector table?