This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F2274: Where can I find the init code source?

Part Number: MSP430F2274

Tool/software: Code Composer Studio

Hi,

I have a project and I am trying to integrate a boot loader into it.

Currently the boot loader and application are separate files which are then merged manually which is tedious and error prone, it also makes debugging a pain.

I would like to add the boot loader to my normal project but both it and the application are written in C so I would like to be able to duplicate the init code (_c_int00_noargs_noexit). 

I see reference online that the source is in the compiler directory, but for me (CCS v9 on OSX) I can't find it - does anyone know where I could obtain a copy?

Thanks.