User Activity

Has anyone written a driver for the DP83822 PHY ?I have tried to use the DP83848 driver. I am able to pass the DP83848_Init(&DP83848); in the ethernetif.c but then when it comes to check the list status, then I get a link down status. The LEDs on my ...
I am using a Nucleo-F429ZI with FreeRtos and LWIP. I am having an issue with LWIP when I start with a disconnected Ethernet Cable and then when I connect it back when the firmware is running.I have a thread with the following code. 1 - The gnetif str...
HelloI am using a Nucleo-F429 board and I was experimenting around FreeRtos.I tried to create osThread within another osThread in FreeRtos V1 but it seems that it is not calling the inside thread.When I change to FreeRtos V2, then the 2nd thread/task...
I have attached my project. I am running it on a NUCLEO-F429ZI Board. I am using FreeRtos and LWipI have 2 threads/Tasks. The first Task is to initialize LWIP and to read some ADC from DMAThe lcd Task is to display text on a 2" LCD through SPII have ...