User Activity

Posted on July 03, 2018 at 19:46I'm trying to implement the frames queuing mechanism defined in IEEE 802.1Q standard (section 8.6) on my STM32F7 Nucleo board. It's a well-known layer 2 mechanism that takes place at the outbound Ethernet port and all...
Posted on May 20, 2018 at 21:14I have a client/server LWIP program that works correctly with unicast communication however I want to use multicast features so I used IGMP library did the following:1- in opt.h:&sharpdefine LWIP_IGMP 1 //allowed IGMP2...
Posted on April 13, 2018 at 11:06hey,I have a LWIP client/server application and I want to add the PTP synchronization feature to the communication. I'm using STM32F746ZGTx Nucleo and CubeMX. I'm trying to enable RMII_PTP_Synchro mode for ETH (after...