Am Tuesday 05 January 2010 18:56:05 schrieb Sébastien Bourdeauducq: > Hi Jose, > > On Wednesday 25 November 2009 19:23:11 you wrote: > > The other one was developed by a > > man called Michael Walle, I read a mailing list message where he said > > that he had already developed a monitor program for Mico32 to substitute > > Lattice's contents of Mico32 monitor and that he was communicating whit > > it using a Xilinx JTAG USB cable DLC9 or DCL10 I suppose... I'm writing > > an email to Michael today to ask him for more information about his > > solution. I'll also will try to see how the das-labor's solution works. > > I'd like to taste both solutions before I start writing my own monitor > > code. Maybe one of them is a good base or even maybe they work well out > > of the box.
Actually, i used the monitor code from lattice. But i dropped the (really slow) jtag support in conjunction with openocd in favor of a 'normal' gdb stub, that communicates over a serial line. Have a look at http://www.rtems.com/cgi-bin/viewcvs.cgi/rtems/c/src/lib/libbsp/lm32/shared/gdbstub/ Btw i'm using the soc-lm32 from das-labor. Unfortunately i have very little time lately. -- wkr Michael --- Don't cry because it is over, smile because it happened. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Webchat: www.milkymist.org/irc.html Wiki: www.milkymist.org/wiki
