Hello, I found a little problem with msp430-gdbproxy:In my project the default clock setting is used. This works fine, but after reprogramming (monitor erase all, load) the msp runs much too fast(2x-3x). The speed stays so high until I do "monitor reset" or restart gdbproxy. I think the problem is that gdbproxy sets the msp's clock to match the write clock requirements and it doesn't reset it to the default settings after programming. Perhaps this can be changed to avoid problems.
Hermann