Other Parts Discussed in Thread: EK-TM4C129EXL, UNIFLASH
Tool/software: Code Composer Studio
Isn't there a window somewhere in CCSv7 that's just for erasing and flash programming a part?
I know "Debug" performs flash programming, but I'm done debugging, it works great. I want to put it in the Release build configuration and then clean, build, and flash.
Coming from other IDEs, there is usually a window for flash programming, which also usually includes EEPROM, configuration fuses, etc. Or at least there's a distinction between Debug (when you want to put breakpoints, single-step, etc.) and Run (when you just want to flash the program and run).
If this is not included in CCSv7, is there a separate flash programming utility for flashing a TM4C? I'm developing simultaneously on a EK-TM4C129EXL REV A and a custom board.