Dear mspgcc users and friends,
i do TRY to work now with the mspgcc toolchain for about 3/4 of a year.
but i am still at the beginning.
not problem is, PROBLEMS are:
i have to try very often until i manage to get a connection to my
msp430-169stk from olimex.
very often i get the answers: fusion blown
device unknown
device not present
well you know that stuff.
but every 2 up to 10 times i try to connect using the msp430gdb-proxy
it can do it!
WELL so i am connectd (i configured eclipse to manage the
msp430gdb-proxy for me)
now i use the msp430-gdb in the console with the following commands:
msp430-gdb blinkled.elf
(gdb)target remote localhost:2000
msp430-gdbproxy tells me connected! GOOD !!! ;-)
but now msp430-gdb fails. always in a different way.
sometimes i can
(gdb)list
sometimes i can
(gdb)info registers
sometimes i can set a breakpoint
(gdb)break 13 //13 is just an example
but i NEVER can
(gdb)c //c for continue
i always get errors like
Continuing.
warning: Remote failure reply: E00
i can see errors on the output of msp430-gdbproxy which tells me very
often things like
debug: MSP430_Memory(READ)
error: msp430: Could not read device memory (6)
debug: MSP430_Memory(READ)
error: msp430: Could not read device memory (6)
or after starten continue with c
debug: MSP430_Run()
error: msp430: Could not run device (to breakpoint) (17)
please help me, i really would like to work with this things.
Is this possible or should i give up on mspgcc?
i really investigated months in this.
So here it comes: Running msp430-gdbproxy latest version, msp430-gdb
gdb6.0 on Linux / Ubuntu.
Please help me, Thanks a lot!!!
>Raphael