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.

CC3220SF-LAUNCHXL: configASSERT while using sl_send

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, UNIFLASH

Hi Experts,

I'm using Code composer studio latetst version and SDK version simplelink_cc32xx_sdk_4_20_00_07 for CC3220SF launchpad and FreeRTOS Version is 10.0.

What we are trying to do is In AP mode we are tring to access HTTP page which I have flashed via Uniflash in www directory. so while sending HTTP_RESPONSE in send socket function I'm getting an assert in configASSERT (pQueue) and queue is pointing to null can anyone please tell me why my queue is null so that I can overcome from this issue. Any assistance is highly appreciable.

  • Hi Manish,

    Is the code you are running based off of an SDK example? If not, do you run into the same issue when using an HTTP server-enabled example such as the out_of_box demo?

    Are you able to check and see if your application stack is still intact when this issue occurs?

    Also, do you have a code snippet showing what code you are trying to run when this assert happens? Having some more of the context in which the error occurs would be useful.

    Regards,

    Michael

  • Hi Michael,

     Thanks for your advice as you have suggested to use a HTTP server-enabled example I have tried with out of the box demo code and it works there so I  have used like same application how it has been used in demo code. Thanks for your suggestion. I have opened one more thread there I have asked different question can you please check and let me know.

  • Hiya People,

    If anyone of you face this kind of similar issue which I have faced make sure you increase your task size and check. This is also a way to fix that.