I am using Code Composer Studio version 5.2.1 and am trying to marry parts of two projects onto a MSP430F4152. One is in C and the other assembler. Each works on its own. In the combined project, I want to start in C and call the assember code, allowing the compiler to set up the stack and heep.
Starting with the C code, the debugger always stops at main. Adding a void ASSEMBLER_CODE (void) call and the assembly code causes the debugger to get hung up around _c_int00_noexit: and never gets to the call to main. This is true even for simple assembler programs consisting of several NOPs and a RET. SLAA140 does not provide any advice in this direction.
I am guessing there is a Project Property that is not set correctly but cannot seem to find it.
Thank you.
James