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.

CCS/CC3220SF-LAUNCHXL: Why we don't send TCP message or make similar operations inside GPIO interrupt callback method directly?

Part Number: CC3220SF-LAUNCHXL


Tool/software: Code Composer Studio

Why do we need other tasks and timers for send TCP message or HTTP post/get operations depending GPIO interrupt? Why we can't make it inside callback method of GPIO directly?

 Is there possible making it inside gpio callback directly without using of semaphores and another tasks?