Hello.
When i try to create a new project (empty project with main.c or blink the led) I get following error when debugging:
CORTEX_M4_0: GEL Output: Memory Map Initialization Complete
CORTEX_M4_0: GEL Output: Halting Watchdog Timer
CORTEX_M4_0: WARNING : On MSP432P401R hitting a breakpoint cannot be detected by the debugger when the device is in low power mode.
Click the pause button during debug to check if the device is held at the breakpoint.
CORTEX_M4_0: GEL: Encountered a problem loading file: C:\Users\Norm\Desktop\Raamat1 ülesanded\proov\Debug\proov.out Could not open file
When creating a new project I select the correct target, enter the project name and press finish. I tried with MSP432 and Tiva C Launchpads. I use CCS 6.2. I think basic example like blink the LED should work out of the box, right?