Ping pong buffer for DAQ IP

Status
Not open for further replies.

viyaaloth

Junior Member level 3
Joined
Jul 15, 2016
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
India
Activity points
211
Hi All,

Can anyone tell me about the concept of ping-pong buffer. Whether its a circular buffers including minimum of two buffers?
How it is working..? I am planing to include ping pong buffer in my DAQ IP design. its acquires samples from ADC.


Regards,
Viyaaloth
 

It is basically a double-buffering method that improves transfer speed.

So while data is filling buffer1, you read the data out from the buffer2 (already filled before from buffer1).
Then when buffer1 is ready you read it and again fill buffer2.
 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…