unable to setup a simple server in stm32f407 with Lan8720
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-24 11:44 PM - edited ‎2024-11-24 11:47 PM
I am trying a simple example code for running the server in stm32f407, I have used LAN 8720. The connection are as follows:
PA1 -----nINT/RETCLK
PA2-----MDIO
PA7-----CRS
PB11----TX_EN
PB12---TX0
PB13---TX1
PC1----MDC
PC4----RX0
PC5----RX1
my settings in the cube ide are:
RCC--> HSE:crystal/ceramic Resonator
SYS---> Debug: trace asynchronous SW
CONNECTIVITY----> ETH: RMII
MIDDLEWARE---> LWIP setting:
My clock configuration settings:
my main.c is attached below.
I am not able to figure out the problem. I am pinging the IP and it is not responding, the page is showing error "server not responding"
Solved! Go to Solution.
- Labels:
-
Ethernet
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-03 12:35 AM
It worked with STM32cubeide version 1.8.0 where in lwipopts.h there is a parameter named HTTPD_USE_CUSTOM_FSDATA from 1 to 0.
But this is not there in version 1.15.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-25 2:09 AM - edited ‎2024-11-25 2:09 AM
Hello @Discount_50 ,
Try the LwIP example within STM32CubeF4 package and you may update the it according to your needs:
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-25 3:16 AM
I am trying to run this simple program, without using RTOS, when i enter the ip it should respond me with "Hello World"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-03 12:35 AM
It worked with STM32cubeide version 1.8.0 where in lwipopts.h there is a parameter named HTTPD_USE_CUSTOM_FSDATA from 1 to 0.
But this is not there in version 1.15.1
