Hi TJF,

I am trying to use the example you provided here to sample an analog signal.
With the default setting of tmr=5000, I am getting configuration error:

config failed: sample rate too big

It works with tmr=20000 and dumps the data into 2 files. Though the data 
looks to be in binary format.

Could there be something in my setup that may need tweaking to run this at 
200KHz?
I am using libpruio v0.2 and installed it following the steps mentioned here 
<http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_preparation.html>
.

Thanks,
Akshay

On Monday, November 10, 2014 at 8:10:04 AM UTC-5, TJF wrote:
>
> Oups, found a buck right when I posted:
>
> line 70
>             SWAP p0, p1 :                                     EXIT DO
>
> should be
>             SWAP p0, p1 :                                     EXIT WHILE
>
> Soory!
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to