I've got a project on the MSP430F2619 - it's running well. We are in the testing phase of the project and I needed to create some custom firmware for one of the tests that will use the majority of the code already written. I didn't want to mess with the original source files, so I copied them all to a new directory and created a new project in CCS for the test firmware.
When I click the Debug button to enter debug mode in CCS, it goes through the normal sequence of steps:
1- Build
2- Configuring the debugger
3- Erasing Memory
4- Loading Program
I don't get any errors, but in the Debug Pane instead of saying "Entry Point Reached" it says "Running. The green "Resume" button is grayed out. Terminate, Suspend and Reset buttons are all active, but seem to have no effect (Terminate will exit the debug session) - but the MSP430 is not running (at least not the code I just built and downloaded. None of my periphals are responding (UART, SPI, Blinking LED etc). I've placed breakpoints in the code and they never trip.
I'm sure it's something simple in the project configuration, but I haven't been able to find any differences in this new project, and the original, except the original runs and allows debugging and the new project does not.
Any thoughts or suggestions are appreciated.