2012-12-02 12:22 PM
Hello to all,
Recently I modified a FreeRTOS & Lwip port from IAR systems demo in order to make it work on my STM32F207 board. FreeRtos version is 6.1.0. I used the default demo priorities i.e :
System seemed to work fine using this setup with fast response. But leaving the system on for long periods of time, regardless the page hits, it became less and less responsive.
I tried some combinations and I get better results setting WEB server to configMAX_PRIORITIES - 1 (higher priority) , TCP-IP to configMAX_PRIORITIES - 2 and ethernetif to configMAX_PRIORITIES - 3 but still the system lags to death after some time. Any ideas from the experts ? #freertos-lwip