only getting 1 out of 4 frames via GPIF

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

We are sending data to the four buffers via the GPIF.  I only see one out of four of the frames using the slfifosync sample design.  Do I need to open three more sockets for the other three buffers?

0 Likes
2 Replies
Anonymous
Not applicable

 You'll be configuring the buffer between the two sockets to have be multi-buffered (4 in this case) and the API would be taking care of the internal working. So it should be just a change to how you create the buffer.

   

Please let me know how you're going about this

   

Regards,

   

Anand

0 Likes
Anonymous
Not applicable

I see where I'm committing buffers, but I'm committing two.  Do I need to commit 4 or 5?  I want the producer/GPIF to have 4 buffers.  What about the consumer side/USB?  Do I say four five or eight buffers?

0 Likes