Skip to main content
Tetrastruct
Associate II
May 24, 2022
Question

rg. ST32F405 timer 8 does not count again after stopping it and writing the CNT Register on the fly. Alfter enabeling by software (TIM8->CR1 ||= 0x0001;) it stayt still and does not count again.

  • May 24, 2022
  • 1 reply
  • 588 views

..

    This topic has been closed for replies.

    1 reply

    Tetrastruct
    Associate II
    May 24, 2022

    I tried also with TIM4@STM32F405RTG6 . It shows the same behaivior. The CNT Register takes the value but the counter stops imediately and did not run again. Setting the CEN bit to 1 dont bring success.

    What I have to be care for to restart the counter after loading the CNT Register ?

    I assumed to reset and set the CEN bit will directly control the running mode.