Is there a way to make HAL_ETH_GetReceivedFrame wait for a frame to be received ? Also can the frame be filtered by ethertype ?
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 ...