Is there anyone who could help me out in this issue? Developers of improved msp430-gdbproxy?
The issue of using msp430-gdbproxy with the USB Debug interface(FET430UIF). The USB-Debug-Interface is been recognized by the improved msp430-gdbproxy by, $msp430-gdbproxy msp430 USB and to use it for debugging purposes, i used --debug option. Then starting the msp430-gdb(v 5.1.1), loading the .elf file and setting the other settings of gdb.ini file. Now I am unable to debug the program with the breakpoints. The program doesnot stop at the specified breakpoint. Rather, gdbproxy messages out like this debug: msp430: msp430_open() info: msp430: Target device is a 'MSP430F1611' (type 42) notice: msp430-gdbproxy.exe: waiting on TCP port 2000 notice: msp430-gdbproxy.exe: connected debug: msp430: msp430_connect() debug: msp430: msp430_current_thread_query() debug: msp430: msp430_offsets_query() debug: msp430: msp430_set_gen_thread() debug: msp430: msp430_read_registers() debug: msp430: msp430_add_break(0, 0x4058, 0) debug: msp430: msp430_set_ctrl_thread() debug: msp430: msp430_resume_from_current(run, 6) debug: msp430: msp430_wait_partial() debug: msp430: msp430_wait_partial() debug: msp430: msp430_wait_partial() debug: msp430: msp430_wait_partial() debug: msp430: msp430_wait_partial() .... .... .... This statement keeps on going, until ctrl-C. I tried with msp430-insight, but also in vain. Hope to get some help. TIA, Regs, Peri ***********gdb.ini********** set remoteaddresssize 64 set remotetimeout 999999 target remote localhost:2000 **************************** > > Hello List, > I am newbie to msp430 and wanted to know > about the support of the MSP430 USB-Debug-Interface. > > I had downloaded the improved msp430-gdbproxy from, > ftp://ftp.soft-switch.org/pub/msp430-gdbproxy.exe > and start the gdb-proxy under cygwin window with > $msp430-gdbproxy msp430 USB(or TIUSB) > and then start msp430-gdb,then source gdb.ini as > mentioned in the manual. > > Now, the question is the setting of breakpoints and > debugging the application till the breakpoint > doesn't > seem to work. When I set a breakpoint and 'C'ontinue > till the breakpoint, the program doesnt seem to stop > at > that breakpoint. It rather keeps on going beyond the > breakpoint. Does the improved msp430-gdbproxy > support > this or Am i missing something? > > TIA, > Peri > > The Makefile i use is > *********************************************** > NAME = led > CPU = msp430x1611 > CFLAGS = -mmcu=${CPU} -O2 -Wall -g > CFLAGS += -Wall -Wstrict-prototypes > CC = msp430-gcc > > .PHONY: all clean > > all: ${NAME}.elf ${NAME}.a43 ${NAME}.lst > > ${NAME}.a43: ${NAME}.elf > msp430-objcopy -O ihex $^ $@ > > ${NAME}.lst: ${NAME}.elf > msp430-objdump -dSt $^ >$@ > > ${NAME}.elf: ${NAME}.o > ${CC} -mmcu=${CPU} -g -o $@ $< > > ${NAME}.o: ${NAME}.c > msp430-gcc ${CFLAGS} -c $< > > clean: > rm -f ${NAME}.elf ${NAME}.a43 ${NAME}.lst *.o > ***************************************************** > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
