Hello, I am trying to make the HTTPD webserver working in a custom board using STM32F407VET6 and LAN8720AI.I made some progress (see previous post). The state of the art is the following.- ping works;- TCP echo server works;- HTTP ST example page ...
Hello, I am unable to make httpd server. I am working with the following platform: CPU: STM32F407VET6 (Cortex-M4)LAN PHY: LAN8720AISO: FREERTOS V10.3.1 I configured the LWIP and FreeRTOS using CubeMX tool. The ping command works fine. I defined...
Hello, I am developing on a custom boards with a STM32F407, LSM6dsv16x and LIS2MDL.On CubeMX I set the MotionFX package. Even selecting the MotionAC it looks like the library is not added to the output (is it correct?). The motionTL can be added....
Hello, on an STM32F407 I am experiencing a Flash Erase/Write error. The odd things is that it happen only the first time after boot, the following times after the error I can write with no errors. But, if I erase and write in the Init phase, bef...
Hello, I am working on a custom board based on STM32F407 CPU with the LSM6DSV16XTR accelerometer+gyroscope and LIS2MDLTR magnetometer.The aim is to get board inclination and compass information with the maximum accuracy.The MotionFX library seems ...
Hello Andrew, thank you for your support. @Andrew Neil wrote:@MRaff.1 wrote:as soon as I open the http page the network rx/tx system goes down.What, exactly, does that mean ?Does it hit a Hard Fault?Some other Error Handler?Gets stuck in a busy-...
Hello STea, taking freeRTos settings from your example make the webserver work. In particulare the #define configUSE_COUNTING_SEMAPHORES 1 Here the settings I have added to FreeRTOSConfig.h#define configUSE_COUNTING_SEMAPHORES 1
#defin...
Hello STea, even if now I have an example working, when I port the webserver on the full-firmware I get always the same error and the webserver hangs on the netconn_write() function.It seems a memory issue. Looking at the pointers they don't seem...
Thank you STea,I am trying to change your project settings to make it run on my board. I replaced F439 files changing :- STM32F407VETX_FLASH.ld- startup startup_stm32f407vetx- SystemClockConfig()- MX_GPIO_Init();but it does not work. It hangs at the ...
Hello STea, thank you for your reply. I ordered a NUCLEO F439 but I am pretty sure your code will work. But I have to start the production with our board. I have found the point which cause the issue.When I include the page inside httpserver-netc...