Hello
Entry point of the application is asm_startmeup, located in MCF52235_io.s.
Hardware initialization is done partially in that function and then in function mcf52235_init
implemented in module mcf52235_sysinit.c.
Vector table is initialized in module mcf52235_vectors.s.
All these source files are part of the project source files.
CrasyCat