Question
Missing Cortex-M3 instruction timing
Posted on October 11, 2012 at 10:00
ST Cortex-M3 programming manual nicely describes all instruction, how they work and what they do but there is no info how many clock cycles it takes to execute given instruction.
Fortunately I found ARM Cortex-M3 manual and it clearly states all instruction cycles based on a system with zero wait states:Does anyone know why this info is missing in ST manual?