mongoose/examples/CC3200/ccs
Deomid Ryabkov 848c884fff Make sure NWP is stopped before sl_Start
In SDK 1.2.0 TI decided to stop resetting NWP before sl_Start, which in
practice means that sl_start will hang on subsequent runs after the first.

See this post for details and suggested solution:

https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/p/499123/1806610#1806610

However, since they don't provide OS_debug variant of simplelink.a and
adding another project dependency will complicate our demo even more,
we just take the required bit of code.

PUBLISHED_FROM=c729c0fcbb240aa90a716edd43888de5881d6731
2016-04-16 10:32:42 +01:00
..
MG_hello Make sure NWP is stopped before sl_Start 2016-04-16 10:32:42 +01:00
MG_sensor_demo Add MG_hello for CC3200; upload file form 2016-04-15 14:48:24 +01:00
Mongoose Add MSP432 lib and example 2016-04-12 11:18:37 +01:00
Makefile Add MSP432 lib and example 2016-04-12 11:18:37 +01:00
README.md Add a README for CCS projects 2016-04-08 10:56:13 +02:00

This directory contains Code Composer Studio projects for Mongoose.

  • Mongoose: the library project, produces a static library (Mongoose.a).

  • MG_sensor_demo: a demo application that serves files from SLFS and outputs sensor data to the WebSocket connection. It uses the Mongoose library project, so you'll need to import both.

CC3200SDK_1.2.0 needs to be installed in ${TI_PRODUCTS_DIR} (C:\TI on Windows, ~/ti on Linux).

Note: When importing projects, make sure the Copy projects into workspace checkbox is not checked.