You let her open my present without me? :( I hope she doensn't have a book like that....in English at least.
Kisses, Ryan Swartzendruber (ryan_swartzendru...@eosmfg.com) Circuit Design Engineer E. O. Schweitzer Manufacturing an SEL company. 1520 McCormick Ave. Mundelein, IL 60060 (847) 362-8304 (847) 367-3782 direct (847) 362-1328 fax mspgcc-users-requ e...@lists.sourcef orge.net To Sent by: mspgcc-users@lists.sourceforge.net mspgcc-users-admi cc n...@lists.sourcefor ge.net Subject Mspgcc-users digest, Vol 1 #1095 - 1 msg 09/08/2005 10:26 PM Please respond to mspgcc-us...@list s.sourceforge.net Send Mspgcc-users mailing list submissions to mspgcc-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/mspgcc-users or, via email, send a message with subject or body 'help' to mspgcc-users-requ...@lists.sourceforge.net You can reach the person managing the list at mspgcc-users-ad...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Mspgcc-users digest..." Today's Topics: 1. MSP430 USB Debug interface-breakpoint issue (Thiagraj Peri Natraj) --__--__-- Message: 1 Date: Thu, 8 Sep 2005 01:38:01 -0700 (PDT) From: Thiagraj Peri Natraj <embeddedpe...@yahoo.com> To: mspgcc-users@lists.sourceforge.net Subject: [Mspgcc-users] MSP430 USB Debug interface-breakpoint issue Reply-To: mspgcc-users@lists.sourceforge.net 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 --__--__-- _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users End of Mspgcc-users Digest