STM32CubeMX 6.11.1 STM32CubeF4 FirmwarePackage V1.28.0 Cannot support HTTPD web server httpd_cgi_ssi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-20 11:40 PM
Hello,I have a problem with HTTPD web server when I use STM32CubeMX 6.11.1 to produce a code. when I open Webpage with my static IP address,Network will disconnect ,so i want to know whether STM32CubeMX 6.11.1+ STM32CubeF4 Firmware Package V1.28.0 support Dynamic web pages 。I mean HTTPD web server httpd_cgi_ssi.
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-25 3:24 AM
Hello @ZainFan,
Could you verify please that the LwIP is enabled in STM32CubeMX, as it provides the TCP/IP stack necessary for networking capabilities. Also, Within the LwIP configuration, check that the HTTPD server is enabled and make sure to check the options for CGI and SSI.
If the issue persist, Could you please provide more details on your setting project, if possible, attach your .ioc file/configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-27 6:10 PM
hello,my code adress is https://github.com/zainFan/STM32.git,my hardware is STM32F407ZGT6 +LAN8720
