STM32H743 Ethernert AIS Interrupt
Hey together,
I have a question regarding the STM32H7 ethernet interrupts. I have lwIP + freeRTOS running successfully on the device. All fixes which were indicated by @alister were applied and it runs quite stable. The strange part is that when I apply a massive load onto my device by sending a lot of packets to the device, sometime the AIS interrupt triggers. Most of the time this is causes by RBU, which I understand and I can solve. But sometime only the AIS flag is set in DMACSR register. How could this be? I thought the AIS is the OR combination of other errors which occured.
- Can someone explain why this happens?

Best regards,
Eric
