Part Number: MSP430-FLASHER
Other Parts Discussed in Thread: CCSTUDIO, MSP430G2553, MSP430FR2476
Hi,
Following the suggestion from my previous request, I have downloaded and installed the latest version of Code Composer Studio. Here are the version details:
-
Version: 20.5.0.28__1.11.0
-
Default VS Code API: 1.102.3
-
Extensions: Includes @ccs/ccstudio 20.5.0, @theia/ai-anthropic, and others (full list provided below).
Using this version (as well as previous ones) with the MSP430G2553, I am experiencing an issue during the debug phase: whenever the processor hits a breakpoint, it resets. To prevent this, I am currently forced to disable the Watchdog Timer (WDT) during emulation. This is very inconvenient and prevents me from performing a comprehensive debug of the application.
I previously used the Eclipse-based Code Composer Studio (up to version 10) without any issues. I have also used this device for many years with IAR Embedded Workbench and never encountered this problem; it has only started appearing with the recent versions of CCS.
Please note that my program is developed entirely in Assembly. I have also experienced the same issue with the MSP430FR2476.
I am attaching the debug configuration file from my current CCS setup. Is there a specific setting I can use to prevent the Watchdog from resetting the device during a breakpoint without having to manually disable it in the code?




Best Regards
Luigi