On Thu, 24 Feb 2011, Philip Pemberton wrote:
On 23/02/11 12:25, Steven Hirsch wrote:
Knowning Philip's
penchant for throroughness, I have no doubt that the documentation
quality will be good and the API understandable and usable.
You're welcome to take a look at the current version of the C API, though I
warn you: it is mostly register POKEs and PEEKs:
http://hg.discferret.com/C-API/file/acbaa0cfaf5e/include/discferret/discfer…
The whole thing uses Doxygen comments, so you can just run Doxygen over the
API source code and get a full set of documentation. That and the test apps
in /firmware/test/ should give you some idea what you need to do. It really
boils down to setting a few acquisition parameters, then flipping the GO bit
to '1' and waiting for the RUNNING status bit to go to '1', then back to
'0'.
The acquisition is raw flux transitions, correct? Do you have any
examples of how to decode into the original sector-by-sector data? Or,
have you not reached that point in development as of yet?
Steve
--