Message: 1
Date: Wed, 29 Dec 2004 23:02:21 -0800 (PST)
From: Cute Snoopy <kiku_sno...@yahoo.com>
To: mspgcc-users@lists.sourceforge.net
Subject: [Mspgcc-users] Could not write device memory
Reply-To: mspgcc-users@lists.sourceforge.net
--0-172877265-1104390141=:88561
Content-Type: text/plain; charset=us-ascii
Hi
I'm a new for TinyOS and I want to port TinyOS to MSP430F1611 but I have
some problem
1. When I run msp430-gdbproxy.exe and msp430-insight.exe (for porting) ,
it errors in msp430-gdbproxy.exe
error: msp430: Could not write device memory (7)
How can I solve it?
2. I don't know gdb.ini (for Windows user) should be located. What path
should it (gdb.ini file) be located?
Thank a lot
Duang
Hello Duang,
1. When I run msp430-gdbproxy.exe and msp430-insight.exe (for porting) ,
it errors in msp430-gdbproxy.exe
error: msp430: Could not write device memory (7)
Try typing the following command inside "gdb":
monitor reset
2. I don't know gdb.ini (for Windows user) should be located. What path
should it (gdb.ini file) be located?
I have the same problem as you, I have not been able to figure out the the
place to put "gdb.ini" to get it loaded when "gdb" start. But, there is a
way to get ride of that by typing the following command inside "gdb":
source gdb.ini
Claude