User Activity

I am trying to receive raw ethernet frames on my STM32F746G and i want to wait for their arrival and filter them by etherType.In the reference manual only filtering by Source or Destination address is possible and i don't seem to understand where to ...
Hello,So I've been trying to send a raw ethernet frame using only stm32f7 hal ethernet driver without LWIP. The frame is sent, however it is always sent with a duplicate. I need to send only one frame.Is there a solution for this ?Thanks.
I am trying to upload a program to the board but i keep getting this errorError: failed to erase memoryRead/Write protection is disabled and firmware is up to date (V2J33M25) This is what i get in the LOG13:49:39:117 : Memory Programming ...13:49:39:...
Hello community,Can someone please provide me with an example of using the stm32f7xx_hal_eth driver to send raw ethernet frames without using lwip ?I am trying to send raw ethernet frames with an STM32F746G-Disco but can't figure out what APIs to use...