Hi Folks, I've been trying to get Insight to load my program automatically, using a file called gdb_aumod.ini, which contains the following: set remoteaddresssize 64 set remotetimeout 999999 target remote localhost:2000 monitor erase all load g:\aumod\final\aumod.elf
... and running the command: g:\aumod>msp430-insight -nx -command=final\gdb_aumod.ini When I run it it thinks for a while and then opens the Insight windows saying "Select function name to disassemble", but all the drop-down boxes are empty. Then, if I click the Run button and select my elf file, I have to select the target and port again. But _then_ it works fine. Any ideas? Cheers, James