Other Parts Discussed in Thread: UNIFLASH
Hi,
I'm trying to connect to Azure Iot hub with CC3220SF-LaunchXL using iothub_client_sample_mqtt example from azure_cc32xx_4_10_01_01 sdk
-> CCS version 10.2.0
-> simplelink_CC32xx_sdk version 4.10 (as azure_cc32xx_4_10_01_01 sdk is built on cc32xx_sdk v4.10)
When I execute the example I'm able to see messages being transmitted but not able to get Message reception confirmation i.e ReceiveMessageCallback not getting invoked.
Console logs:
Starting the iohub_client_sample_mqtt example
startSNTP: Current time: Wed Feb 17 05:26:53 2021
CC32XX has connected to AP and acquired an IP address.
IP Address: 192.168.43.78
IoTHubClient_LL_SetMessageCallback...successful.
IoTHubClient_LL_SendEventAsync accepted message [0] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [1] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [2] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [3] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [4] for transmission to IoT Hub.
I've tried updating the service pack( tried version 3.15 and 3.18 both along with iothub_client_sample_mqtt example binary using uniflash) as suggested in this post . But it didn't resolve the issue.
Please help me resolve the issue.
Thank you