Am Samstag, 24. Mai 2014 15:16:27 UTC+2 schrieb John Brookes: > > Thanks Sungiin, > > Do you know a route to capture ADC and store in memory (eg SSD on USB, > etc.) RT ? > Is this possible? > jb >
Hi John, you can use libpruio <http://beagleboard.org/project/libpruio/> to store ADC data in PRUSS external memory (up to 8 MB). The library also allows to customize ADC settings, so the maximum speed for one channel is up to 200 ksamples. If you need more than one channel, you'll need some time for muxing the input (open delay). -- 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.
