> > So, how do I get my program to the controller now?
> 
> # -e mass erase
> # -E erase check
> # -p program
> # -v verify
> # -r reset MSP430
> 
> msp430-jtag -eEpvr $(app).elf

That didn't work! I got the same error as without running gdbproxy.
Finally I got it programed with msp430-gdb.



I created a gdb.ini:

set remoteaddresssize 64
set remotetimeout 999999
target remote localhost:2000
monitor erase main
load test.elf
continue 

Then I run: msp430-gdb.exe test.elf

Thanks to everyone!
Best regards,
Ben

Reply via email to