This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Replies: 4
Views: 56
Part Number: CC3120BOOST
Tool/software: Code Composer Studio
Hi,
We're using SIMPLELINK-SDK-WIFI-PLUGIN mqtt_client example based on MSP-EXP432E401Y and CC3120BOOST boards, two questions as below.
Q1: Are there any related documents or guide recommended for the application?
Q2: Do we have to add a CC31XXEMUBOOST board for the application or is a optional, any different?
Many thanks,
Elvis
And a error always appeared as "sl_start failed (-1)", any feedback?
In reply to Elvis Wei:
Hi Elvis,
Q1: The example directory should have a readme. If you want more information about the example and how to use it refer to our simple link academy guide for MQTT here.
Q2: The EMUBOOST is useful for updating the flash and service pack as well as running RF test. You do not need it to run an application.
Jesu
In reply to Jesu:
Hi Jesu,
Thank you.
And any recommendation to address the error message "slHostStackThread: sl_Start failed (-1)" in sl_Start function of the mqtt_client example(TI-RTOS&CCS).
Have you made any modifications to the example? This works out of the box for me. Make sure you follow our quick start guide as well to make sure you setup everything correctly.