discovery icon indicating copy to clipboard operation
discovery copied to clipboard

Contradictory / confusing info on MCU clock speed

Open black-puppydog opened this issue 5 years ago • 0 comments

In chapter 9, clocks and timers, there is this line: https://github.com/rust-embedded/discovery/blame/master/src/09-clocks-and-timers/for-loop-delays.md#L21

The processor inside the microcontroller is clocked at 72 MHz

but also this one: https://github.com/rust-embedded/discovery/blame/master/src/09-clocks-and-timers/one-shot-timer.md#L43

both APB1 and the processor are clocked at 8 MHz.

so, not sure which one it is, or if this is the same clock being talked about.

black-puppydog avatar Sep 06 '20 19:09 black-puppydog