AM263Px MCU+ SDK  10.01.00
 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         am263px-cc, am263px-lp
Example folder examples/drivers/flc

Steps to Run the Example

Sample Output

All tests have passed!!