User Activity

While debugging on the Stm32g474, I enabled write protection. Now I want to disable it. It seems like this is impossible with the Stm32Cubeprogrammer? It will not allow me to enter an invalid address or an address that ends before it starts. How am I...
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...