Ethernet Packet Broadcast MAC address
I am trying to write a ethernet loopback test and I am unable to set the destination MAC address (FF:FF:FF:FF:FF:FF) to broadcast to. Since this is for testing, we want to avoid using NetX.Is there an example of HAL_ETH_Transmit and HAL_ETH_ReadData ...