STM32H743 sysclk and Ethernet
Hello all,
I have a project with ethernet on custom STM32H743 board, ethernet works as expected but only with SYSCLK <= 300 MHz, for sysclk > 300 MHz I get "transmit buffer unavailable" messages.
Even when reducing the HCLK, AXI, AHB bus clock, the system still does not work. It looks like the only problem is the sysclk frequency. I googled a lot but did not find any explanation, it is related to the DMA transmit buffer but why is this dependent on the SYSCLK.
Here's a working clock configuration:

Regards.
Matthias
