STM32F767 : No Ethernet when APB2CLKDivider = RCC_HCLK_DIV8 or greater
My SysClock is 200 MHz, AHB Prescaler=1.
I want to slow down some timer to filter glitches from external input.
But when APB2 peripheral clock is set lower than 50 MHz
the Ethernet DMA does not send any data: no ARP, UDP or TCP.
Even when ABP2 timer clock is set to 200 MHz to give it a try.
Why does APB2 peripheral clock takes advantage of Ethernet traffic?
I cannot find any dependencies on page 19 in the datasheet.
Thank you.
