Hi, i've got 2 problems with msp430-gdbproxy:
- It's very slow: flashing of only 30106 Byte takes 3 minutes (10 times longer than the IAR debugger) although i'm using a optimized .gdbinit: set remoteaddresssize 64 set remotetimeout 999999 set download-write-size 512 target remote localhost:2000 - i can't specify the i/o port; i can't use e. g. the second parallel port at 0x20b0 How can i change this, where can i find the source of msp430-gdbproxy? Rolf