Does SDRAM freq 100MHz mean 10ns each clock or 10high and 10low = 20ns
Hi everyone, I am a bit confused about this.
In STM32CubeMX tool, I configured SDRAM 100MHz, the tool GUI shows result 100MHz as well, then I generate code then test.
I check SD clock pin, it is 10ns on each single clock, no matter the clock is high or low, seems I config it correctly.
But if we say frequency is one lock high and one clock low (or same as PWM), mean currently SDRam runnng only 50MHz (one high + one low = 10 + 10 = 20ns => 50MHz).
So, in STM32H743 datasheet says maximum SDRAM 100MHz, is this 100MHz only one clock 10ns, no matter high or low, or this is a combination of one high and one low (5ns each clock)?
Many thanks,