Hi, I use pyjtag to burn my programs into the msp430. Mostly it works fine, but sometimes I get a verify error. As far as I can tell, this depends entirely on the hex file to burn - if a particular build of the program fails once, then it will always fail to burn with pyjtag. It will also have problems if I try to burn it with gdb - downloading from gdb gives the error "Remote failure reply: E00". I can download the program with c-spy without problem. My workaround at the moment is to make some minor change in the code and hope that the new build will burn properly.
I also find burning via gdb to be extremly slow. It is not a big issue for me, since I burn via pyjtag before debugging, but it will probably be inconvenient for people who prefer the more graphical interfaces like Insight. mvh. David
