|
|||||||||||
Technical Support Support Resources
Product Information |
A51: Relocating Reset and Interrupt VectorsInformation in this article applies to:
QUESTIONI'm using the evaluation version of the µVision IDE and I'm creating an assembly program. When I create my program, I can't execute the reset vector or any interrupt vectors. I'm creating the reset vector and interrupt vectors as relocatable segments.
How can I create the reset vector and interrupt vectors in the evaluation software? ANSWERYou must use the CSEG directive to create the reset and interrupt vectors. Then use RSEG to create your code segments. For example:
SEE ALSOLast Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.