Question
STM32107 + LWIP2.0.3+ FreeRTOS CMSISV1 Not able to ping
- March 21, 2024
- 1 reply
- 1644 views
Hello STM32 community,
I'm facing an issue with my project involving the STM32F107 microcontroller and LWIP 2.0.3 stack. Here's a brief overview of my setup:
- Microcontroller: STM32F107
- LWIP version: 2.0.3
- Operating System: No issues without RTOS, but encountering problems with RTOS
I've successfully implemented LWIP 2.0.3 without an RTOS, and I can ping the microcontroller without any problems. However, when I introduce an RTOS (Real-Time Operating System) into the system, I encounter difficulties. Specifically, I'm unable to ping the microcontroller.
I have attached the RAR file of my project(with RTOS)
