Part Number: CC3200SDK Other Parts Discussed in Thread: CC3200 May i know is their any way to know number of sockets open at given point of time using CC3200 SDK.
Part Number: CC3200SDK After the chip enters the low-power deep sleep mode, it sends the data to wake up module through the serial port. How to solve the data loss?, is it because the chip is not fully awakened, resulting in the receiving process data…
Hi,
I assume that you have resolved your issue since I have not heard back from you. If not, feel free to post a response to this thread, or open a new thread regarding this issue.
Regards, Michael
So I was calling Control function and thats what was causing the problems. Its working perfectly fine now!
Just had to remove this line.
/* remove UART receive from LPDS dependency */
UART_control(uartHandle, UART_CMD_RXDISABLE, NULL);
I still…
Hi Scott,
Thanks for the reply.
I was instantiating a few object with new rather than statically and it was running out of memory and crashing. The problem is now fixed.
Thanks.
Tashfique
Part Number: CC3200SDK Tool/software: WEBENCH® Design Tools When I was trying to compile the mqtt_client example in IAR we are getting below list of errors .I think I am missing something in some configuration .I have done the below configurations .Can…