FREERTOS, LWIP, HTTPD set up
Hi,
Im currently trying to set up a project where Freertos controls a webserver via lwip.
I tried following these tutorials/guides and managed to be able to ping the board but not get it to host the webserver.
https://github.com/MayaPosch/FreeRTOS_HTTP_server/tree/master
Both of these are not for the STM32F429ZITx board So I copied what I thought I needed.
Right now I have it set up like this:




for the code:
The default task calls http_server_netconn_init that cretes a thread. Then this thread is the same as in this tutorial:
https://github.com/MayaPosch/FreeRTOS_HTTP_server/tree/master
I also coppied the exact same files over for the fsdata.
Im connected via a static ip and when I type the IP in the browser or any link to a page it refuses the connection. I also used Advanced IP scanner to check If it was hosting something, but there was nothing.
Does anyone know what I could have forgotten or doing wrong?
Kind Regards,
William
