Tool/software: Code Composer Studio
Hi,
A pretty extensive MSP430/TI-RTOS project is running fine in CCSv7.4 (compiler 16.9.6)
When importing it to CCSv8 (compiler 18.1.1) the project still builds without error.
However, when being loaded into the platform It seems as it starts running instantly, not breaking at main() (even if I set a breakpoint) and the 'pause' icon is grayed out, only 'stop' is enabled.
'Hold watchdog during init' option is set to 'on'.
I looked for CCSv8 porting guideline but didn't find any...
Any advice is appreciated. Thanks