Hi
I have an NE64 used as Internet/Ethernet BDM for other NE64 devices. You can log on to a demo at http://www.mjbc.ch/eng/utasker.html
Click on the link under debugger at the bottom of the page, enter the user name and password and you can do simple debug and memory monitoring from a Browser. In teh help page of the in-built web server there is a simple test case which you can walk through. At the top left of the page there is a link to a web cam so you can see the board really being controlled.
The interesting thing about this is also that the code can be simply loaded to a DEMO9S12NE64 and this can be used (with simple 2 wire connector) to debug a real target.
I have it working integrated in the IAR Embedded Workbench, which allows full source level debugging of a target anywhere where there is an Ethernet connection available. It is thus possible to contact a target running anywhere in the world via internet, unintrusively set break points, look at memory and then step code. If a change is made, the new code can be loaded to FLASH.
I would like to integrate this into Code Warrior at some point but would need to have an agreement with Freescale, which has not yet been possible.
Tell me if you find it interesting.
Cheers
Mark Butcher
www.mjbc.ch
PS: I have a TCP/IP stack especially designed for the NE64. There are a few other on-line demos at the main web page.