• XRAM as circular buffer
    I am using ADuC841. How can i organize the internal 2K XRAM memory as a circular buffer to capture an event?
  • Circular buffer logical error?
    I was going through the sample code i obtained from the keil website for LpC2148 USB .As far as i could make out, the code just echos the contents of a buffer onto the hyperterminal when a keypress is...
  • Circular buffer and memory pool in RTX
    Hi there, How Can I insert the structure of the circular buffer inside the memory pool (mpool)? /*----------------------------------- This is the memory pool declaration -------------------...
  • Circular Typedefs
    Structs can easily have circular references: struct ATag { struct BTag* pB; }; struct BTag { struct ATag* pA; }; Can the same thing be done with typedefs? typedef struct { BType* pB; } AType;...
  • Mil-Std-1553 B circular buffer program code required
    i m trying to use Mil-Std-1553 B for bulk data transfer. for this i am trying to use circular buffer. can any give me code for circular buffer programming. thanx rishu