Skip to main content
Visitor II
March 4, 2017
Question

TIMER4 PRESCALAR PROBLEM(STM8S)

  • March 4, 2017
  • 2 replies
  • 730 views
Posted on March 04, 2017 at 11:56

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    2 replies

    Visitor II
    March 19, 2017
    Posted on March 19, 2017 at 16:13

    You set the prescaler to '16', but for TIM4, only 3 bits are defined. Prescaler values are 1, 2, 4, 8, 16, 32, 64, and 128. If you want to prescale by 16, you need to write the value 4.

    See reference manual:

    0690X00000606SVQAY.png
    Visitor II
    March 20, 2017
    Posted on March 20, 2017 at 18:37

    Thanx Arlet Ottens,I have got your point.