Hi,
I am new using Code Composer Essentials - so this question may be trivial for a CCE-experienced user...
I use CCE Version 3.2.1.1.5 and I would like to modify or replace the startup-code. With "startup-code" I suppose the code-sequence which is executed from the reset vector of the MSP430 and which is used to setup the system for executing C code (setup the call-stack, the heap, the preinitialized global variables, ...) before the "main" function is executed.
Other IDEs like e.g. "CrossStudio for MSP430" from Rowley uses a separate asm-file which contains this startup-code - so it can simply be modified or replaced. In CCE I wasn't able to find the implementation of the startup-code.
I have the following questions:
- Where can I find the implementation of the startup-code and is this implementation available as asm source or as a lib?
- Is it possible to setup the linker to use a custom implementation for a startup-code instead of the default one?
Thanks and best regards,
Markus