Part Number:OMAP-L138
Tool/software: Starterware
when ccs project is created then main.c will be there and linker file will be there but what about startup file in which interrupt vector table is filled and stack in all mode is set and re-maping is done and finally main is called.so i need such start up file or platform file in assembly and yet i am not getting booting sequence of omap l128
when it will reset rom will be mapped to reset vector and rom boot loader will start executing then what will this rom boot loader will do and how control is given to firmware developed by user?