Introduction to the FIFO buffer

Usage procedure

The FIFO buffer is a first-in-first-out buffer area realized as a ring buffer. Data is stored in the order in which it is written to the buffer, and then read out in the order stored, starting from the first data item stored. It is convenient for buffering objects in sequential order.

Writing data

Reading data

Data storage area

Modified on: 2022-05-02Feedback on this pagePanasonic hotline