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.
How to create Arm Compiler 6 Cortex M0/3 startup file using C language (no assembly) ?
How to set __initial_sp, _STACK_HEAD and vector_table using C language?
Do you have Arm Development Studio?
See the startup_Cortex_M3_AC6 example provided, notably exceptions.c therein.
Thank you very much!