If I want to write startup code for the ARM A65AE, where can I find reference code, and where can I get information to ensure that each exception handler is placed in a fixed-size space?
I'm trying to understand that the ARM vector table requires a fixed offset for each exception handler, and alignment is necessary for this reason. Where can I find more detailed information about this?
Do you have access to Arm Development Studio? There are a number of example projects supplied.
Thank you Ronan Synnott .
Thanks I think I found great material from https://learn.arm.com/learning-paths/embedded-and-microcontrollers/bare-metal/