SWRU577
July 2021
CC3100
,
CC3200
Trademarks
1
Introduction
2
Embedded Programming Schemes
3
Setup
4
Bootloader Protocol
4.1
Overview
4.2
General Message Format
4.3
Commands
4.3.1
Get Status
4.3.2
Get Storage List
4.3.3
Raw Storage Write
4.3.4
Get Version Info
4.3.5
Raw Storage Erase
4.3.6
Get Storage Info
4.3.7
Execute From RAM
4.3.8
Switch UART to APPS MCU
4.3.9
FS Programming
4.4
Responses
4.4.1
Ack
4.4.2
Nack
4.4.3
Last Status
4.4.4
Storage List
4.4.5
Storage Info
4.4.6
Version Info
5
Embedded Programming Procedure
5.1
Overview
5.2
High-Level Flow Diagram
5.3
Image Programming in Detail
5.3.1
Step 1: Target Connection
5.3.2
Step 2: Target Detection
5.3.3
Step 3: MUX UART to the Network Processor
5.3.4
Step 4: Get SRAM Storage Info
5.3.5
Step 9: Raw Storage Erase – SFLASH
5.3.6
Step 10: Raw Storage Write – SFLASH
5.3.7
Step 11: FS Programming
5.3.8
Step 12: Device Reset
4.4.1
Ack
Table 4-12
lists the Ack response.
Table 4-12 Ack
Description
Brief
This message is sent to acknowledge a packet.
Opcode
0xCC
Direction
Target to host
Response
None
Format
[BYTE] 0 (zero)
[BYTE] Opcode
Comments
—