in a RTOS Tasks are normally implemented as an infinite loop, and must never attempt to return or exit from their implementing function (or should delete themselves)
You have a very nice "return" in your HTTP task...
J-M-L:
in a RTOS Tasks are normally implemented as an infinite loop, and must never attempt to return or exit from their implementing function (or should delete themselves)
You have a very nice "return" in your HTTP task...
And there are nothing that I can use for come back to begin fuction when I want, in the middle of code? Something like "got to point" or like that?
Yes, but I dont understand the mechanism so Freertos do it posible. Is to say, FreeRTOS has developed a complex system who offers you in a page web many fuctions you can use to do specific things. And this is my question all this. After searching for information and not finding what I want , I hope someone who knows explain me if there is some similar fuction or some way to do it