Automatic upgrade of STM32H7_ETH_Example_IDE1.6.1 LWIP/FREERTOS by STM32CubeMx V6.2.1/FW_H7_V1.9.0 to V6.6.1/FW_H7_V1.10.0 breaks the example.
I am able to run the example STM32H7_ETH_Example_IDE1.6.1 properly.
This is a basic LWIP/FREERTOS example implementing ping on fixed IP.
I recreated the example in minute detail in STM32CubeMX V6.6.1 FW_H71.10.0; it failed.
In the process of finding the culprit I let STM32CubeMX do the upgrade
V6.2.1->V6.6.1 and FW_H71.9.0->1.10.0 of the original demo automatically.
After the upgrade, the demo failed as well.
(I can rebuild the original demo and change the configuration without problems)
Should I check all modifications made by the upgrade or is there a better way to solve this?
Update: After configuration, the HAL_ETH_IRQHandler() is called with a fatal bus error (DMAErrorCode 0x1100))
