2021-02-24 12:50 AM
Hello,
When creating a C++ Project for STM32F7 (my Board: Nucleo F767Zi) with LwIP and FreeRTOS with CMSIS V2 Layer, after 30 seconds up to a few minutes Ethernet communication stops working (Stuck in cmsis_os2.c at xSemaphoreTake (hMutex, timeout) ).
Steps to recreate the Bug:
See also my previous post: https://community.st.com/s/question/0D53W00000aqa2WSAQ/freertos-lwip-in-c-project-on-stm32f7
It works if I either:
Greetings
2023-06-22 04:36 AM
I encountered the same bug two years later
LWIP works on my stm32f7 using cmsis_v1 but not with cmsis_v2
any update?
2024-02-23 02:54 AM
I am facing same issue while creating a C project with STM32F746 Discovery board with Ethernet and FreeRTOS, I am able to ping to my board when I use CMSIS v1 but not the case when I am using CMSIS v2.
I am following this tutorial
I am able to run TCP, UDP on baremetal code but I am having difficulties using FreeRTOS
I have attached CbueMX report and source code for TCP suing netconn and my main.c fiel.