Webserver + FreeRTOS (xTaskCreate & xSemaphoreCreateMutex) issues
Posted: Thu Nov 12, 2020 10:36 am
Hi
This is my first program using tasks.. I have been making some tests and it was cool
Now i wanted to mix the new code with some old code that already supports a web server.
After mixing, the webserver stopped working, and I dont know why.
As soon as a i remove the xTaskCreate lines from my code and also xSemaphoreCreateMutex, the code starts to work, it seems an issue with FreeRTOS and the webserver but i'm a bit lost.
Any help is welcomed.
This is my first program using tasks.. I have been making some tests and it was cool
Now i wanted to mix the new code with some old code that already supports a web server.
After mixing, the webserver stopped working, and I dont know why.
As soon as a i remove the xTaskCreate lines from my code and also xSemaphoreCreateMutex, the code starts to work, it seems an issue with FreeRTOS and the webserver but i'm a bit lost.
Any help is welcomed.