Hello,I have a problem with LWIP. LWIP doesn’t property work on Nucleo-144 STM32F746 with default settings. After three ping telegrams LWIP doesn’t work anymore and FreeRTOS tasks are blocked.DHCP is activated and I get IP dynamically from DHCP-Ser...
Hi Piranha,I have tried to find why this configuration doesn’t work with V2. It seems to be the old bug that you reported here:https://community.st.com/s/question/0D50X0000BOtUflSQF/bug-stm32-lwip-ethernet-driver-rx-deadlock void ethernetif_input(...
I found the workaround. Instead CMSIS_V2, I chose the interface CMSIS_V1 for FreeRTOS. It works.Can anyone explain the difference between CMSIS_V1 and CMSIS_V2?Regards.