Hi all !
I am new to this list but have been working with the msp430 fo some while.
Until now I have only used the tools from IAR but has desided to try the mspgcc
tools.
When I first installed the mspgcc binary on my windows 2k machine I got a
message that the giveio driver failed to install. I figured this could be
because I already had a giveio driver up and running that I normally use with
uisp programming my AVR's. Any how I removed the old driver and reinstalled the
giveio bin from the mspgcc tools page. The driver seams to work fine with my
AVR dongle and the bat files for installing and removing the driver works great
!!
I decided to se if I could get contact with my MSP430F149 using
msp430-gdbproxy. I plugged my MSP-P430IF 1.4 into the paralell port and plugged
the Jtag cable into my dev board. The dev. kit I use is MSP-FET430P140.
To start gdbproxy I type:
msp430-gdbproxy --port=2000 msp430
If the giveio driver is started I get the following instead
"error: msp430: Could not find device (or device not supported) (4)"
if the giveio driver is not loaded I get the following error:
"error: msp430: Could not initiialize device interface (1)"
Can someone please help me with information about what may be wrong. Canit be
that my FET device is not supported by the gdbproxy program?
Regards,
/Lars Andersson