cancel
Showing results for 
Search instead for 
Did you mean: 

Instruction Timing for STM32F05

tech
Associate
Posted on June 03, 2013 at 17:23

Please help me find the document with instruction timings.

Not found in short, datasheet, programming manual, user manual.
2 REPLIES 2
Posted on June 03, 2013 at 17:42

Seek Cortex-M0 core documentation from ARM

Things like loads and stores will be impacted by assorted bus speeds, wait states and bus contention.

For practical purposes you should benchmark your code in a working system using the settings you plan on using. Utilize a scope, and evaluate transitions on GPIO pins. The M0 does not have a core cycle counter available in the ITM like M3/M4 cores do.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
tech
Associate
Posted on June 07, 2013 at 10:56

Found the Doc, thank you!

As I'm in the evaluation phase, benchmarking is rather impractical.