On Mon, Sep 21, 2015 at 12:47 PM, Tomáš Franke <[email protected]> wrote:

> How fast GPIO can be? Is it possible to store 8bit data stream clocked by
> 27MHz clock signal to the memory, for example?

Perhaps, but...  it depends on details. Are you going to sample the clock
or using the clock to latch the data into BBB input registers? You probably
need to use PRU rather than the main CPU because at this speed there
wouldn't be much left for other OS functions.  You have to be careful about
managing memory: how long to you want your capture to run? 30MB/s is
basically what you get from mass storage, but with BBB 512MB memory, you'd
completely fill it in a couple of seconds. Do you watn to capture and
store? capture and process?

In other words, more detail, please.

-- 
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