I have implemented Ethernet code using RTOS on local LAN . it works fine.
Ethernet without RTOS with external world work fine.
But when i try to interface Ethernet on RTOS for communication with external world using Free RTOS and HAL libraries. code in stuck in ethernetif_input function.
p = low_level_input( netif ); here p is aalways NULL. Can any one tell me reason .
Hi Pradnya, it sounds like you are using FreeRTOS in combination with lwIP. FreeRTOS now has its own TCP/IP stack and we stopped giving active support for lwIP.
You can find our TCP/IP stack here
i Tried the example but it is on STM32F4 . Im using STM32F2 .I tried to use Files from example code but Project is not getting build to some reason.
what changes need to be done to migrate the code.