Closed s1lvi0 closed 1 year ago
Hi, which board? Maybe linked to interrupt priority or RAM ? FreeRTOS is provided "as is", several customization can be required.
Sorry, the board is a NUCLEO-F767ZI.
FreeRTOS is provided "as is", several customization can be required.
Can you point me on which type of costumization, like heap management or configs for rtos. Thanks
Nucleo F767ZI has 512kb of RAM so it should not be the issue. For customization you can have a look to this: https://github.com/stm32duino/STM32FreeRTOS#configuration
I will not have time to test this, I advise to try to get some help on the forum.
Hi @s1lvi0 Could you retry with the latest STM32FreeRTOS version we fixed an issue linked to Ethernet priority.
Hi, I'm trying to use the STM32Ethernet library to create a web server but I'm having problems when using it with FreeRTOS. I crashed FreeRTOS after trying several times to refresh a simple html page. Specifically I modified the example to use a char array as the html page and then write to the client, the page works fine for a few times but when I stress test it with 10-15 browser tabs, and 1 second auto refresh after 1-5 minutes the problem happen. Sometimes the green led will quickly flash four times, other times it will stop without saying anything. The four blink I think are related to this function in FreeRTOS :
Is this normal behavior with this type of use or did I do something wrong?
This is the actual test code: