Hi Chester,
[quote user="Chester Gillon"]Can the CCS 6.0 gel scripts be modified in a way which only issues a System Reset when downloading a program?[/quote]
There are two GEL callback functions:
OnPreFileLoaded()
OnFileLoaded()
The former will get called before the program is loaded when a load program command is issued. The latter will get called after the program is loaded.
You can move that reset call to one of those functions (I assume it would be the former).
As for why the gel script changed, that's a question for the TIVA folks.
Thanks
ki