We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using STM32L072( cortex M0+) with kel5.23 . My application start address is not the default reset vector address. It has been changed from 0x8000000 to 0x802000. I have changed the startup file and target ROM location accordingly. but how to change reset address in debugger setting? please provide solution.
Write the value to &SCB->VTOR either in the debugger's Data Window, or via an Initialization Script.
infocenter.arm.com/.../index.jsp
The address of the register is 0xE000ED08
_WDWORD(0xE000ED08, 0x08002000); // VTOR to Image Base