Other Parts Discussed in Thread: UNIFLASH, , MSP430F6636, EK-TM4C1294XL
Tool/software:
My project requirements are that I need a either a dll, exe, or code that I can compile as part of a program so that our customers can connect to our devices that utilize TM4C processors via USB and update the firmware to any firmware that we give them.
UniFlash seems to be the most recommended TI software, but I'm not sure what I can pull out of it to put into my software without dragging in the entirety of UniFlash or just forcing our customers to install and use UniFlash instead of our software. Nor am I sure this is the most appropriate solution for my needs, since it comes with its own GUI and seems to be designed to stand on its own rather than be integrated into something else.
My company already has pre-existing software that has C++ code (from TI, from 2010) that does this for older products that use MSP430f6636 processors. But that code is apparently incompatible with the TM4C1294NCPDT processors. I will be integrating whatever is recommended into that software.