User Activity

In my last project, I needed to receive all the multicast packets. In order to achieve it, I used the ETH_MACFilterConfigTypeDef built-in structure with the HAL_ETH_SetMACFilterConfig built-in function. After that, I got all the multicast packets, bu...