-
- Downloads
"README.md" did not exist on "50b5150613bd4e33e8d48b461b736e79c30ee0a8"
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
Showing
- examples/CC3200/ccs/MG_hello/main.c 11 additions, 4 deletionsexamples/CC3200/ccs/MG_hello/main.c
- examples/CC3200/main.c 11 additions, 5 deletionsexamples/CC3200/main.c
- examples/CC3200/wifi.c 50 additions, 0 deletionsexamples/CC3200/wifi.c
- examples/CC3200/wifi.h 1 addition, 0 deletionsexamples/CC3200/wifi.h
Loading
Please register or sign in to comment