Hi,
you are trying to load an object file linked for a 60K Flash device (start address 0x1100) to your F147. This device only has 32K Flash starting at 0x8100 (main). Maybe you forgot (or removed) the -mmcu=msp430x147 option in your linker call. AFAIK the default device chosen by the toolchain (without -mmcu= option) is the F149 which is a 60K type.
Regards

Arnd-Hendrik


joanna seczkowska wrote:
I have the same problem quite often. However after 100 successive goes, it starts up again. I don't know why. I tried to ask on usenets but nobody has got an answer
rob

Benjamin Jo wrote:

debug:     msp430: msp430_open()
info:      msp430: Target device is a 'MSP430F147' (type 5)
notice:    msp430-gdbproxy: waiting on TCP port 2000
notice:    msp430-gdbproxy: connected
debug:     msp430: msp430_connect()
debug:     msp430: msp430_current_thread_query()
debug:     msp430: msp430_offsets_query()
debug:     msp430: msp430_remcmd()
debug:     msp430: msp430_rcmd_erase()
debug:     msp430: msp430_write_mem(0x1100, ptr, 0)
debug:     msp430: msp430_write_mem(0x1100, ptr, 383)
error:     msp430: Could not write device memory (7)
debug:     msp430: msp430_write_mem(0x1100, ptr, 383)
error:     msp430: Could not write device memory (7)

I don't remember that I've changed anything but from one to the other moment
it doesn't work.
Any ideas?
Benni



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users



Reply via email to