Part Number: MSP430FR6989
Tool/software: Code Composer Studio
I keep getting this annoying error. How do I resolve it?
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.
Part Number: MSP430FR6989
Tool/software: Code Composer Studio
I keep getting this annoying error. How do I resolve it?
Hello,
The most common cause of this error is that you had a build error, hence the executable was not generated. Because of that the debugger was unable to find the program to load.
Check your build output and look for an error messages during the build (and resolve them).
Thanks
ki
Please zip up the project with the main.c file that you modified and attach it to this thread.
Thanks
ki