hubert-melchert

Results 3 comments of hubert-melchert

Hello @RJMSTM I'm using MCU package 1.28.1 and I can reproduce deadlock every time I issue a GET request to httpd. STM32F407, Stm32CubeIDE 1.15.1. Pinging the device works fine. I've...

Additional hit, when deadlock happens I get HAL_ETH_ErrorCallback instead of HAL_ETH_TXCpltCallback ![image](https://github.com/STMicroelectronics/STM32CubeF4/assets/161739526/c7882182-046c-4aa5-8b4a-5419f362dd0e)

Ok after some debugging and searching ST's forum I found out that: https://community.st.com/t5/stm32-mcus-embedded-software/http-request-to-stm32-lwip-results-that-ping-stops-working/m-p/144021/highlight/true#M8053 That was exacly my case, so moving this data to RAM helped. It's still frustrating that drivers...