Hi,
I have installed Eclipse 3.3.0, CDT 4.0 and mspgcc (20070216). It seems
like everthing is built ok, but when I start to debug something goes
wrong. I suppose something is wrong in my debug configuration. Can
anyone please help me?
I execute the commands:
target remote localhost:3333
monitor erase all
load debug/testing.elf
The status bar goes up to
Launching msp430_test: (44%)
and the console says the following
debug: MSP430_Initialize()
debug: MSP430_Configure()
debug: MSP430_VCC(3000)
debug: MSP430_Identify()
info: msp430: Target device is a 'MSP430F42x0' (type 34)
debug: MSP430_Configure()
notice: msp430-gdbproxy.exe: waiting on TCP port 3333
notice: msp430-gdbproxy.exe: connected
debug: MSP430_Registers(READ)
debug: MSP430_Registers(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: command '657261736520616c6c'
debug: command 'erase all'
debug: executing target dependant command 'erase'
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
debug: MSP430_Memory(READ)
...
The last line, "debug: MSP430_Memory(READ)", is repeated forever.
Best regards,
Mikael