Table of Contents

Overview

This simple example code connects to an enterprise network using a certificate flashed to the serial flash.

Application details

Example demonstrates connection to an enterprise network. The red LED will keep blinking until the connection is established.

Source Files briefly explained

Usage

  1. Download the required enterprise certificate file on sFLASH using ‘Uniflash’ utility. For detailed instructions about using Uniflash, refer to the UniFlash User Guide.
    1. Select the “/cert/ca.pem” tab.
    2. In the Url field, browse to the location of your enterprise certificate. Check the Erase and Update check boxes.
    3. Select Program 2. Open main.c and modify ENT_NAMEUSER_NAME, and PASSWORD accordingly.
  2. Rebuild the application and run.
    • Debug to load the application to the device, or flash the binary using UniFlash.

Limitations/Known Issues