NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
CC3200 Connection Policy
Contents
Overview[edit]
Connection policies determine how to connect to the AP:
-auto (automatically reconnect to one of its stored profiles)
-fast (returning to the last known connection)
-smart-config(connecting to an AP configured by SmartConfig App)
Application details[edit]
This application illustrates using the connection policies. Application will use every connection policy one by one, user needs to put breakpoints and checks for successful connection. All breakpoints are mentioned in source code under comments.
Source Files briefly explained[edit]
Main.c: Illustrates the use of API for setting the connection policies
start_*.c: Initialize vector table for IAR/CCS IDE.
Usage[edit]
- Open project in IAR\CCS
- Please put breakpoints in main.c from CCS\IAR IDE. These breakpoints places are mentioned as
// ****** Put breakpoint here ****** // If control comes here- means device connected to AP in Auto mode
If control comes on these breakpoints that means device is connected in that particular mode.
Limitations/Known Issues[edit]
None.
Links[edit]
{{#invoke: Navbox | navbox }} {{#invoke: Navbox | navbox }}