cancel
Showing results for 
Search instead for 
Did you mean: 

LwIP_HTTP_Server_Raw problem

dbgarasiya
Senior II

Hello sir,

I am using STM32F779BI controller in my project.

I am developing LwIP_HTTP_Server_Raw project my controller . I have written code for this

I have done following

Enable LWIP , DHCP ,HTTP .

my code is working in network configuration perfactly .but

i got one error that given below

 if(((heth->RxDesc->Status & ETH_DMARXDESC_OWN) == (uint32_t)RESET)) in stm32f7xx_hal_eth.c file.

where value of status never changed. so program stuck here

Any advice ?

Best Regards

Dipak Garasiya

1 REPLY 1
dbgarasiya
Senior II

`