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?