2023-12-22 11:29 PM
I need to clear the fifo and then at a later time read all samples taken since then. Then later I will repeat this. I don't want any samples before or after that time window to get in my data. I looked through the library and I can't see anything that will reset the fifo. How can I achieve the time window sampling I describe above? Thanks in advance ...
Solved! Go to Solution.
2023-12-23 12:20 AM
-> from ds
A: So select bypass mode to reset the fifo.
B: Or just read data out at the speed you want - and throw it away, just use/store the data in your desired time window.
C: Do not enable the fifo at all, if you dont need it; then no problem with data in fifo...
2023-12-23 12:20 AM
-> from ds
A: So select bypass mode to reset the fifo.
B: Or just read data out at the speed you want - and throw it away, just use/store the data in your desired time window.
C: Do not enable the fifo at all, if you dont need it; then no problem with data in fifo...