User Activity

Hi,I noticed there is no Stm32H7 Ethernet PTP example available anywhere. The ST support for PTP is very poor. I wanted to make an example and get it out for review to bring more visibility to the issues with PTP and see if I could solve some issues ...
Hi,I have a ported version of PTPD working on my Stm32h723. Right now, I have the ETH_MACTSCR_TSENALL bit set so that every packet gets timestamped. This is, however, wasteful since it means every single packet rx, be it ptp or not uses an extra eth ...
Hi,I am debugging an issue with infrequently occurring Ethernet RBU's in my own Stm32H723 application and decided to check the official Stm32 ethernet examples to see if they were having the same issue. I imported the Stm32H723 LwIP_HTTP_Server_Socke...
Hi,I understand this has been discussed before, but can we please get an official explanation of how the dma tail pointer works in the Stm32H7 eth mac ip block? It's extremely difficult to write software to support the eth mac when the docs and examp...
I am trying to run the LwIP_HTTP_Server_Netconn_RTOS for Stm32H723 example. Here is what I have done1. File > new Stm32 project2. "Example selector"3. Located the Stm32H723 Nucleo LwIP_HTTP_Server_Netconn_RTOS project.4. (Finished creating the projec...