Other Parts Discussed in Thread: MOTORWARE, LM3S8971,
Tool/software: Code Composer Studio
It would seem the ideal method of a GUI connection should not disturb the running application to merely connect with target.
The NDNR LM3S8971 motorware RDK packaged GUI with TI logo uses high speed seamless Ethernet controls. TI never gave us the GUI source code order to update/debug or add more widgets. The TM4C1294NCPDT loves his newer fancy looking GCv1 GUI since the application now enjoys IOT cloud status reports and fancy digital controls with cool LED bar graphs.
The Ethernet GUI user can connect at anytime to a running application without disturbing the PWM, ADC, GPTM peripherals that may be tasking loads but is sadly without IOT status widgets. That said a GCv1 GUI of similar Ethernet controls will be distributed to KickStarter pledgers for application demonstration purposes. Removing the application load directive from (appInitScript.js) allows re-connection with the running application but halts the application previously loaded with (appProgram.out) file.
GCv1 seamless connection to DAP doesn't crash the running application since it continues to run from point MCU halted after closing the launcher. That seems to indicate a seamless connection to JTAG is plausible.
What code must be modified or added into existing scripts in order a seamless target connection using JTAG can become reality?