SLAU132Y September 2004 – June 2021
If your C/C++ program begins running at RESET, you must set up the RESET vector to branch to a suitable bootstrap routine, such as _c_int00. You must also make sure the interrupt vectors are included in the project, typically by using the --undef_sym linker option to make a symbol at the start of the interrupt vector a root linker object. The boot.c.obj object in the run-time support library provides a section named .reset containing a reference to _c_int00 which is suitable to place in the RESET vector in the linker command file.