2025-05-29 11:18 PM
Hi,
What is the frequency of timer2 which is of 32 bit with prescaler value 0 for NUCLEO-H755 board and how to check it ?
Solved! Go to Solution.
2025-05-30 1:14 AM - edited 2025-05-30 1:30 AM
Hello,
TIM2 kernel clock is generated from APB1:
From the reference manual:
In CubeMx:
That clock is devided with the timer prescaler
2025-05-30 12:14 AM
You can check the clock and prescaler in STM32CubeIDE.
2025-05-30 1:14 AM - edited 2025-05-30 1:30 AM
Hello,
TIM2 kernel clock is generated from APB1:
From the reference manual:
In CubeMx:
That clock is devided with the timer prescaler
2025-05-30 1:22 AM
Divide it down and have in Toggle mode one of the TIMx_CHx pins associated with it.and measure it on a scope?
The clock tree should be usable to determine the base frequency.
2025-05-30 3:42 AM
Thank you soo much