Dear all,
during my tests I found problem when initiating a POST request using a function HTTPClient_sendRequest(); With body length up to 32 764 bytes it works fine. I can POST data to server and get response 200OK back. For body length between 32 765 and 32 767 bytes the function terminates with error -2005: [ERROR] - FATAL ERROR: Driver Abort detected. For body length 32 768 bytes and larger the function gets stuck and never returns.
The device I'm using is CC3220SF.
Any advice on this issue will be appreciated.
Thank you