Tool/software: TI C/C++ Compiler
I am trying to run a TI-RTOS CCS Project on an MSP430F5438A. I am able to run the program in debug mode once, and everything works perfectly, and I click the Stop button to terminate the debug session. Even without making any changes, if I try to launch debug mode again (pressing the Debug button), I receive a "Load Program" Error. However, if I click Debug once more, the program will load to the board and run in debug mode as expected. It seems that this is happening every other time I launch the code, which makes me wonder if I'm not exiting debug mode correctly (although everything I've looked at has indicated that the stop button from the debug view is the appropriate thing to do). I have also looked into the page on the "Load Program Error" Description, and my project doesn't seem to have any of those issues listed.
The program I am trying to run is a TI-RTOS project that uses a SWI to blink a light. I am using Compiler version 16.9.6, XDCTools version 3.32.0.06_core, and TI-RTOS version 2.20.0.6. I built it from the RTOS video labs, and more information can be found in my previous question about importing those projects:
https://e2e.ti.com/support/tools/ccs/f/81/t/827194?tisearch=e2e-sitesearch&keymatch=%20user%3A416526
I have tried copying all the project files into a new empty project, and this does not have any effect, and still produces the error every other launch. I have also tried to use a more recent compiler (18.12.2) for the project in case that might be the issue. The project does compile, and it does not produce the load error on every other launch, but instead, the program does not seem to be correctly running, as the light is not blinking at all and none of the project is running at all.
