JMGross <mspgcc <at> grossibaer.de> writes: > > Von: Mihai Galos > Gesendet am: 13 Jul 2010 21:07:44 > > > debug: MSP430_Identify() > > error: msp430: Unknown device (5) > > > I am using the TI MSP-TS430pz5x100 card in conjunction with the MSP430F5438 microcontroller. I am using > the MSP-FET430UIF as a debugging interface. > > The 54xx series has a different JTAG protocol than earlier versions. > I have the same board and FET but I use it under windows with the Elprotronic programmer, so I don't know > whether support for this new protocol has been built into the binutils yet. > I know that the version of msp430-jtag which I use (the last mspgcc3 build > for windows) does not support the > 54xx devices. > > > There is no fault in mspgcc, something's not working with the msp430- gdbproxy. I know msp430f5438 is > supported as I can compile my blink application without any errors for this microcontroller... > > Yes, my 2008 mspgcc supports it too, yet this is the compiler, not the binutils. > For the compiler, only the linker scripts and the header files had to be > built and the support for the MSP430X > assembly commands had to be added to the assembler. This was possible right from the docs. > For the binutils,a real system is necessary for development, including anaylsis of the new JTAG protocol > (which isn't documented by TI AFAIK). > > > Any ideas about this ? > > Actually not. > The latest mails I read about this talked about using an alternative flashing tool (don't remember which). > But maybe there was news I missed. > > JMGross > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >
Thank you for your reply. JMGross I contacted the folks that built mspgcc and the binutils, saying I'd love to help in extending the msp430-gdbproxy. Here is their reply: From: Chris Liechti Subject: Re: extending msp430-gdbproxy for msp430x54xx To: "Mihai Galos" Date: Wednesday, July 21, 2010, 4:58 AM Am 13.07.2010 17:14, schrieb Mihai Galos: Perhaps I can help by extending the msp430-gdbproxy with support for msp430x54xx? Unfortunately, no. The program needs to be linked with closed source parts from TI. It should work with F5xx types, at least up to 64kB when used with a recent MSP430.dll+HIL.dll (e.g. a copy from TI's FET kits). Alternatively you could try http://mspdebug.sourceforge.net/index.html. chris