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.

LAUNCHCC3235MOD: Device stops responding during http POST with 500 kb of data

Part Number: LAUNCHCC3235MOD

Hi,

I am using the CC3235 launch pad and the SDK version 6.10 TI-RTOS http client library.

The device stops responding when I post 500 KB of data.

#define POST_DATA             "288-133-87-240-244-92........."   (500kb)

 

ret = HTTPClient_sendRequest(httpClientHandle,HTTP_METHOD_POST,REQUEST_URI,
POST_DATA,strlen(POST_DATA),
0);

Do I need to increase any stack or heap memory?

Regards,

Robert