This is mostly about ARM but it came from a XMOS source. A good friend of mine Berni has made a great piece of software intended for the XMOS uC.
Its made in C#. Its a Logic Analyzer.
He even made a cool name….
XLogic
http://www.xcore.com/projects/xlogic-logic-analyser
The link above is the project. He has the source there but be aware its no where near done. I have finished a ton of it but am keeping that part of source to myself for now.
Also i made it work on my ARM LPC2103H board. Its fast too. It works via UART @ 115.2Kbps
Since im using a LPC2103 my buffer can take 4000 samples of data at rates from 1khz to 25mhz for simplicity. It has 8 channels for input.
Also i have 4 triggers; HIGH, LOW, FALLING and RISING EDGE. They all work from what i can see now.
I am working on this daily. Im still working on some other stuff but when complete and fully tested ill be sure to add the code and stuff here.
Here is a screenshot of the program. I call my ARM device ATLogic. (AtomTech Logic)
