# CherryRB

## Overview

The coremark shows the results of read and write operations of the cherryRB.

## Board Setting

No special settings are required

## Running the example

When the project runs correctly, display reads and writes the FIFO situation in the terminal:
```console

chry_ringbuffer_init success
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
hello world
[P] write success
[C] read success, read 11 byte
```
