Cloud Ota

Table of Contents

Example Summary

This example demonstrate the Over the Air (OTA) update from remote servers on CC32xx devices. The OTA update is a bundle of files packed in archive tar file and may include: - Service pack for the NWP - New MCU image - Other user files

Peripherals Exercised

Example Usage

The connection should have the following settings

    Baud-rate:    115200
    Data bits:       8
    Stop bits:       1
    Parity:       None
    Flow Control: None

Application Design Details

This example demonstrates remote Over-the-Air update experience with CC32xx LaunchPad development kit. Over-the-Air update demonstrates an update of a full image over a secured channel. OTA service enables in-system update of the MCU application, CC32xx firmware releases (a.k.a. Service Pack) made available by Texas Instruments and other vendor files. An update procedure executed in a full system integrity fashion, i.e. failure in upgrading any of the image components would lead to rolling back to the previous valid version.

Please install the latest CC32xx Service Pack.

References