Have you looked into using a PRU for the real time data capture?
There are two PRU units that run independently from the am335x processor.
They are dedicated 200mz 32 bit microcontrollers with 8k program & 8k data.
They also have the ability to interface with the BBB pins - even shift in up to 
28 bits at a time.
You can program in C or Assembly and get very tight timing loops to capture 
data.
The PRU memory is accessible to the am335x, so you can build a buffer of real 
time data and collect it from Linux when it has time.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to