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.

Unable to run HTTP GET request within a GPIO interrupt on CC3200 launchpad

Hi,

I'm trying to do a small HTTP GET request to a web page and receive about 100 bytes back within a GPIO interrupt handler (by pressing SW2 on the launchpad). However the program hangs whenever it hits this code inside the handler. The same code runs fine on the main thread. Is this expected or do I need to do something else to make it work? 

Thanks.