Part Number:MSP430FR4133
Tool/software: Code Composer Studio
I really hope someone out there can help me. I had a special moment while wiring up my old MSP430g2552, and I completely fried the whole thing. So, I purchased the MSP430fr4133 figuring it would be the simplest introduction to using displays.
Here is where I am at with this,
The first time I ran the controller was from Energia (I was testing why it would not upload programs from CCS. Turns out i had to move the jumpers from RTS/CTS to SBW pins). Then I ran it on CCS and it made me update the firmware first.
I was able to upload the program after the firmware update, but when I click stop debugging the micro controller stopped running the code ( my LED stopped blinking).
After stopping the debugging, I can not restart the program on the micro controller. In CCS debug it will show the variables are changing but the LEDs do not flash.
After reprogramming from Energia I can start the process all over again, and it will only run the first time from CCS.
So, I installed CCS8 and now It will only run the first program I debugged. I wrote a second program just like the first except it will flash the red led 3 times and the the green once ( Super Coder! I know), but when I ran debug ( after energia to reset it of course) it only ran the first program.
I was originally running on CCS 7.1 then updated to 7.2. I uninstalled and reinstalled it a few times. I then installed CCS8 from the offline installer, and I am still having the same problems.