Failed to display a simple webserver page without rtos
Hello ,
I'm working on a STM32F407VET6 board with integrated ethernet port.
I'm using Stm32CubeIde 1.18.1 with firmware FW_F4 V1.28.2.
I'm just starting out and trying to display a webserver page without rtos for the moment.
I've been going round in circles for quite a long time, even with chatgpt and company...
At the moment I've managed to activate lwip (2.1.2) and it's working because when I start up I ping the address 192.168.0.123 and it responds.
However, as soon as I open my web browser and try to access it, the page doesn't display.
These are the obscure areas for me.
The tutorials I've followed show each time: First of all goto LWIP->Target->lwipopts.h and change the #define HTTPD_USE_CUSTOM_FSDATA 0
or I don't have this define generated automatically by stm32CubeIde so I don't set it.
I've used a tutorial "controllerstech".
I like it (I've even taken fsdata.c directly from it)
Every time I get build errors, so I exclude it.
I don't know where it's going wrong, but I've been failing for hours and hours...
If anyone can help me I'd be very grateful.
