FLC Example

Introduction

To understnd how to configure FLC and integrate it in your project, please go though Configuring OptiFlash various IP

FLC example provides how to use FLC in applications and also shows how FLC brings in benefits.

The example writes known data to a particular offset in the flash using flash drivers and then reads it back using FLC. The read back data is then compared with the written known data.

When both the comparisons match, test result is passed otherwise failed.

Supported Combinations

Parameter

Value

CPU + OS

r5fss0-0 nortos

Toolchain

ti-arm-clang

Boards

am275x-evm

Example folder

examples/drivers/flc

Steps to Run the Example

Sample Output

Note

DMA is not used

Throughput without flc :9.28798 MiBps
Throughput with flc :62.06061 MiBps
All tests have passed!!