2020-07-09 02:18 AM
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
2020-07-09 09:44 PM
`