Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Product List
IPC Part 2 Slide 16

Messages are written to and read from each circular buffer in a FIFO fashion as shown in this figure. “N” is the maximum number of messages that can be stored in a circular buffer and must be an even number. By default, N= 4 in the main IPC drivers. Every time the sending processor performs a “Put”, PutWriteIndex is incremented and every time the receiving processor performs a “Get”, GetReadIndex is incremented. There can be N-1 “Puts” into the circular buffer until the receiving processor’s application code must perform a “Get”.

PTM Published on: 2012-02-16