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.

TM4C129ENCPDT: Stuck on HTTPCli_sendRequest - task running indefinitely - HTTPS TI RTOS 2.16.01.14 with xdc tools 3_32_00_06_core.

Part Number: TM4C129ENCPDT

Hi everyone,

here i am facing stuck issue where during the call  HTTPCli_sendRequest device get stuck and  memory is getting corrupt and error block gives the error Error (errHook):out of memory: handle=0x2003bd78, size=5704, this handle is refferedn to heap memory i can see through the ROV window this error happens randomly its very difficult to recreate somehow i was able to put breakpoint just after error hook function get executed. and i have provided sufficient heap size as well BIOS.heapSize = 110*1024; here i have attached Screenshots of ROV window and debug frames executed just after the HTTPCli_POST call, please can anyone suggest me how to get rif of this issues i found someone has similar issue here is the link to the issue https://e2e.ti.com/support/processors-group/processors/f/processors-forum/572674/rtos-tm4c1294ncpdt-stuck-on-httpcli_sendfield---task-running-indefinitely---https.

Screenshots.

Thanks in advance

Chiranth

  • Hi Chiranth,

     I don't have experience with woflSSL. I find some HTTPS example that you can try out. If you use the example will you see different results? If the problem is related to wolfSSL then you will need to contact wolfSSL for assistance. What if you only use HTTP, not HTTPS? Do you see the same problem. This will at least identify if the problem is related to the inclusion of TLS or not. 

      If you do n CCS from the directory C:\ti\tirtos_tivac_2_16_00_08\resources\ek_tm4C129EXLEvaluationKit\networkExamples\tiNetworkExamples\ethernetExamples, you will see several examples including TLS examples. Sorry for lack of guidance as I have no experience with the TLS layer.