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.