This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v4 beta5 crashes while reloading modified code in the debug window

Other Parts Discussed in Thread: MSP430F438

  Looks like there is a new feature in the beta version where in we can build and reload the code into the device with one operation.

But apparently this crashes CCS for me.

  Here are the steps i am doing.

1. Create a new project with MSP430F438 with a MSP430 evaluation board
2. Add a simple program.
3. Build the project
4. Debug the project( load it into the part).
5. Start single stepping through the code.
6. Then change a line in the code.
7. Build the project
8. A pop up appears asking "whether you want to load the program into the part after its built". Say Yes.
9. CCS crashes.

 Has anyone seen this ?

 I know we can terminate the project and load the code again. But the new feature would definetly been faster.

Sachin