This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

URGENT. C code for Circulary Buffer (Queue) is required

I want to do data logging for GPS data in serial memory AT24C512 for this purpose,i need to make a circular buffer in serial memory.

Could some body please post the code now and algorithm for real-time circular buffer so that data may be stored in circular buffer and may be read or retrieved at will.

Data need to be continuously stored over circular queue while data is retrieved from queue only on demand

regards
m.yasir

Parents
  • How much data and in how big blocks and how many updates woult that result for the serial memory? How many rewrites does your serial memory support? What alternatives do you see for getting an even wear of the serial memory? Have you tried to implement it?

Reply
  • How much data and in how big blocks and how many updates woult that result for the serial memory? How many rewrites does your serial memory support? What alternatives do you see for getting an even wear of the serial memory? Have you tried to implement it?

Children
No data