void HAL_ETH_IRQHandler(ETH_HandleTypeDef *heth){ /* Packet received */ if (__HAL_ETH_DMA_GET_IT(heth, ETH_DMACSR_RI)) { if (__HAL_ETH_DMA_GET_IT_SOURCE(heth, ETH_DMACIER_RIE)) {...}}I have met this question: this function cannot run to an...
hello,I have the same question. I want to use Mac filter to prevent the ethernetpackge into mcu, but it did not work. i have tried both the hal_api funtion and operated the register .but it did not work .do you solve this question now?