John wrote:
>> Hi,

Hi John Glendenning,

John further wrote:
>>      Also when I download using gdb proxy and JTAG the system locks up
sometimes. 
>>      When this happens I have to shut down my PC and start again.

I have never had to reboot my pc when using the gcc tools. 

I do manage to get the MSP430/JTAG locked up sometimes.  When this happens I
remove all connectors (including serial and JTAG), and remove power from the
MSP430.  I think I would like a reset button installed in case that helps
:-)  


Perhaps my script file will help you:
*****************************************************************
type flash.bat
start ..\..\tools\mspgcc\bin\msp430-gdbproxy --port=2000 msp430

start ..\..\tools\mspgcc\bin\msp430-gdb -command=flash.ini
*******************************************************
type flash.ini

set remoteaddresssize 64

set remotetimeout 999999

target remote localhost:2000

erase all

load yourfilename.s2
add-symbol-file yourfilename.elf
******************************************************

I have an attach.bat file as well (which connects the debugger without
flashing).
Note that I have a requirement to use s2 records.  Your file could be
simpler.


Regards,
Jody Baudoin


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to