Electronic – the significance of 111 in clock speed

clock-speedmicrocontroller

Never really thought about it until recently, but it looks like the number 111 appears very frequently in clock speeds and such: the first example that comes to my mind is one of the handheld game consoles that came with 333mhz CPU (usually downclocked to 222 for battery life), and RAMs also sometimes come with clock speed that are multiples, or at least close to that of 111 (333 for PC2700, 2,666 for DDR4 2666.)

To me, the numbers that are powers of 2 seems very logical, but 111 really looks like it just came out of nowhere but I can still find them rather often. Is it just a pure coincidence, or is there any historical or mathematical background to it?

Best Answer

It's not 111, it's small integer fractions. 1000/3 = 333 MHz, 5000/3 = 1666, etc. Small integer fractions are easier to implement in PLLs for clock generation. If you start with a reference of, say, 100 MHz, then you can get to all of these values with small integer divider values.