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!