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.

CC3220R: MQTT failed to connect with error

Part Number: CC3220R

如图所示,SDK使用的版本为5.30.0.08版本,连接MQTT服务器时出现错误码-2005,请问这个错误码代表的是什么意思?我该如何修改我的工程?

1.The routine uses the MQTT Client.

2.Ti routine I have tried, the same parameters can be connected

3.This version is not easy to adjust, I was taking over the code repair BUG

Another problem is that when I use the routine to connect to Onenet, I disconnect directly. I found the feature on the platform and found that there is a serrison that needs to be 1. However, the routine does not find how this parameter is configured

what‘s more,The feature is the clean session tag I said. There is no setting for this parameter in the routine. This parameter is in MQTT.fx. I have tried my MQTT parameter. It is possible to connect directly using MQTT.fx, but after replacing it with the mqtt_client routine, the CC3220 cannot connect to Onenet, so I wonder if it is caused by this parameter.