Table of Contents

Overview

This example demonstrates file operations performed in application code. This application uses the serial flash for file storage.

CC3200 LaunchPad has 1 MB serial flash.

Page, Sector, and Block size is provided below:

The network processor maintains a file system iin the serial flash and the SimpleLink library exposes APIs to perform file operations in application code.

Application details

This application will:

Source Files briefly explained

Usage

  1. Run the reference application.
    • Open the project in CCS/IAR. Build the application and debug to load to the device, or flash the binary using UniFlash.
  2. If the file operations succeed, the green LED will turn on. If there is a failure, the red LED will turn on.

Limitations/Known Issues