Part Number: MSP430F1611
Tool/software: Code Composer Studio
Hi!
In main() function I have line
Com = new TComm();
and after that execution fails into __TI_ISR_TRAP. I've increased heap size to 2048, but still no luck.
Also I moved this project from IAR to CCS and maybe I've missed some configuration options.
Any suggestions?