Dear ARM experts:
Cortex-M needs to configure interrupt vector table offset when implementing boot to application programs, as long as the register VTOR is configured. How can Cortex-r52 achieve this function? I didn't see the register for this function in the technical manual. As a beginner, I had to explore a lot and couldn't find any related routines.
thanks!
I think you are looking for this register:
https://developer.arm.com/documentation/100026/0101/system-control/aarch32-register-descriptions/vector-base-address-register
Yes,thank you for your answer.
I also have a question, where can I find more information about the Generic Timer registers, I only see the register table in the manual.
An overview is here:
https://developer.arm.com/documentation/100026/0104/Generic-Timer
Detail in the Architecture Ref Manual (D12.19):
https://developer.arm.com/documentation/ddi0487/latest/