Engineer at UTC Fire and Safetly was wondering how he can find the equivalent of cstart for the MSP430 in code-composer?
He is trying to assert an IO pin very early on in the boot process (actually right after reset, and before the stack and data are initialized and main is called).
On previous compilers, he mentioned he would edit cstart.asm (aka crt0.asm), and write some simple assembler to assert a pin.
Could you point me to the file he could edit to achieve the same goal with CCS?
Shawn