You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduce an additional abstraction layer that, for STM32F4 parts, introduces a delay
before writing to a register. This is to prevent the same register from being
written to twice within 4 cycles of REF_CLK. It assumes worst-case setups (180 MHz
clock, and 25 MHz REF_CLK), which comes out to a minimum of 30 cycles of delay.
On F1 and F7 parts, the existing ETHERNET_DMA and ETHERNET_MAC are simply re-exported
without any modifications
0 commit comments