Ethernet peripheral missing from STM32H5 in CubeMX
The Ethernet peripheral is missing from the STM32H5 in STM32CubeMX 6.10!
It appears if the Nucleo or Discovery kit boards are selected as the starting point for a project, but if the project is started from a device selection the Ethernet peripheral is completely missing.
First noticed on STM32H573VI, then checked it is also missing on STM32H563ZI even though this is exactly the same device as used on the Nucleo board!
If I create a project using the Nucleo board then edit the .ioc file to change
board=NUCLEO-H563ZI
boardIOC=true
to
board=custom
then when I open the project the Ethernet peripheral is there, but the project is based on the device not the Nucleo board!
Without this being fixed, STM32CubeMX is useless for our application :(
