[quote user="Gennadiy Kiryukhin"] I'm using GCC and trying to figure out a way to solve USCI28 issue. For that I wanted to create a custom startup code that would allow me to optimize startup and add the things I need. Where/how can I get the source for for the current startup used by GCC? [/quote] I just tried to find it but we've switched over to the msp432 and there things are in different places. try compiling with the -v (verbose) switch. That should tell you every file that it is processing, including start up files.
↧