Hi,
I'm trying to implement a HTTPS Post on Tiva C Using MbedTLS and non-OS based system. I'm using LwIP.
I'm able to post the data and see the result on the server end but after a successful post the tcp receive callback function is receiving a buffer in which the payload is pointing to memory location of ResetISR and the next payload in the same buffer is pointing to a unknown memory location due to which I'm receiving a bus fault and my processor goes into fault ISR.
Can anyone help me understand what is going on and why this is happening?
This is the screenshot of the buffer
0x00063341 is the location of ResetISR which I could see on Memory Browser.
next->payload is pointing to 0x56BDFCD6
Regards,
Deepak