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
- main.c - Initializes the device, connects to a enterprise network
Usage
- Download the required enterprise certificate file on sFLASH using ‘Uniflash’ utility. For detailed instructions about using Uniflash, refer to the UniFlash User Guide.
- Select the “/cert/ca.pem” tab.
- In the Url field, browse to the location of your enterprise certificate. Check the Erase and Update check boxes.
- Select Program 2. Open
main.c
and modifyENT_NAME
,USER_NAME
, andPASSWORD
accordingly.
- Rebuild the application and run.
- Debug to load the application to the device, or flash the binary using UniFlash.