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.

cc3200 maximum tokens per request

Other Parts Discussed in Thread: CC3200

How many tokens do you think CC3200 can handle in one request.

The idea is that I am sending a file from the web browser (I chop it into multiple 64 bytes tokens using javascript)

I noticed that my file is divided on 30 tokens __SL_P_F01  --> __SL_P_F30

From the CC300 in the  HttpEvent callback function I do not receive all the tokens. only 10 or 11 are received and the callback function is not called any more.

any ideas on this please.