2. CherryRB
2.1. Overview
The coremark shows the results of read and write operations of the cherryRB.
2.2. Board Setting
No special settings are required
2.3. Running the example
When the project runs correctly, display reads and writes the FIFO situation in the terminal:
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