Skip to main content
Visitor II
July 9, 2020
Question

LwIP_HTTP_Server_Raw problem

  • July 9, 2020
  • 1 reply
  • 432 views

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

    This topic has been closed for replies.

    1 reply

    Visitor II
    July 10, 2020

    `