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.

CCSv5 M6 Issues

Other Parts Discussed in Thread: MSP430F5438

I posted this in the MAVRK forum as well, but since these are CCS v5 issues, I thought I would post them here as well.

On Friday, I received my MAVRK Dev. Board and yesterday, after installing a fresh new copy of CCS v5.1 M6, I started the My First MAVRK Application tutorial.

http://processors.wiki.ti.com/index.php/Software_-_My_First_MAVRK_Application_(Using_Code_Composer)

After installation, CCS came up and the Welcome window tried to come up, but I got a lot of Permission Denied errors - I can't seem to repeat it.

If you try to do the Help -> About Code Composer Studio, go to Installation Details, and hit the Plug-ins tab, a Java error comes up -

An internal error occurred during: "org.eclipse.ui.internal.about.AboutPluginsPage". java.lang.NullPointerException

No biggie, just cosmetics really, but I thought I'd mention them.

 

2nd issue: After I imported and built the project, started a debugging session, downloaded the code to my MAVRK board, and hit the GO button, when I stopped execution and tried to re-start execution, nothing happened on the board!!!

I terminated the debug session. I then tried setting a bunch of breakpoints in Template_main (on EVERY LED toggle,) and walked through all of them, I then tried RUN -> Skip all breakpoints, which looked like it would work, but then I hit the GO button again and nothing happened. I terminated the debug session again, and restarted it, hit the GO button and the program executed flawlessly skipping all my breakpoints.

Something seems to be getting lost when execution is halted. It can't be re-started.