Hi,
i am working on stellaris Lm4f232 controller when ever i create new project , is it necessary to include startup_ccs.c and macros.int_initial?. As far as my knowledge it contains vector table . whenever i reset stellaris lm4f232 eval board it goes to rest ISR ,which calls the below function
void
ResetISR(void)
{
//
// Jump to the CCS C Initialization Routine.
//
__asm(" .global _c_int00\n"
" b.w _c_int00");
}
i don't know what it means and where can see those definitions and also macros.int contains
SW_ROOT = ../../../..
i don know for what i am including this .Please help me clarify it
regards,
Tamil