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"
2024-11-25 02:09 AM - edited 2024-11-25 02:09 AM
Hello @Discount_50 ,
Try the LwIP example within STM32CubeF4 package and you may update the it according to your needs:
2024-11-25 03: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"