Hi,
I am facing issue in sending messages to IoT Hub using the iothub_client_sample_mqtt example of azure cc3220 sdk. SendConfirmationCallback isn't hit after sending message using API IoTHubClient_LL_SendEventAsync in the example. I am using IAR for compiling the code. Below is the log where the device is getting stuck for reference:
Starting the iohub_client_sample_mqtt example
startSNTP: Current time: Wed Mar 3 11:35:05 2021
CC32XX has connected to AP and acquired an IP address.
IP Address: 192.168.0.102
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.
Please note that I am able to run simplesample_http example successfully which uses HTTP protocol and could also monitor the message as below
FreeRTOS: v10.0.0