Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triggering #31

Open
merbanan opened this issue Apr 4, 2016 · 1 comment
Open

Triggering #31

merbanan opened this issue Apr 4, 2016 · 1 comment

Comments

@merbanan
Copy link

merbanan commented Apr 4, 2016

Hi, I was thinking of how to implement triggering. Is it possible to run a GPIF program once and then fetch the FIFO data at a later time ? On the sainsmart the calibration pulse can be connected to the RDY0 pin and thus start GPIF program zero quite quickly. I just need a way to get the generated buffer without anything overwriting the FIFO before I am able to fetch it.

@jhoenicke
Copy link
Collaborator

I think the FIFO is never overwritten. If it is full, no new samples are acquired until a block is successfully sent over USB. You may also try to write a FIFO program that checks for fifo full condition and then terminates. I don't have any experience writing such a program, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants