Looks like a silIcon bug in MAC Ethernet controller on STM32H753 MCU: unexpected IRQ execution after transmittion of 0x80000000 packets
Hi everybody.
We're facing some issues with MAC Ethernet controller on STM32H753 MCU. Situation looks like a silicon bug: after transmitting of 2147483648 (0x80000000) packets over Ethernet the internal MAC controller in the specific circumstances starts generating the unexpected interrupts that cannot be handled in IRQ handler since there are no appropriate bits available in DMACSR register. As a result the normal MCU working is stopped by the infinite Ethernet interrupt execution. Only reinitialization of the MAC controller helps to recover a normal MCU working.
Has anyone faced the same behaviour during MAC Ethernet packets transmittion?
