Part Number: CCSTUDIO
Tool/software: Code Composer Studio
I finally managed to load and run some programs on my device, so this is a huge step forward.
I have flashed a program to the device so it gives me a fast blinky LED when I connect the device to power (i.e. no CCS/debugger). I'm totally clueless how I managed that, by the way.
Now the problem is I have a new program and the end result is a slower blinky LED on the new version. This works fine and dandy in the debugger, but when I connect power outside of the debugger, I'm back to the original program (as indicated by the fast blinking LED). Since I dont know how I got the program on the device in the first place, I have no idea how to overwrite it.
"Free Run" is greyed out and I haven't found any current info on that for CCS 7.4.
How do I load the code into the device so that it will run without the debugger? I know its possible in CCS because clearly I already loaded a program on the device.