cancel
Showing results for 
Search instead for 
Did you mean: 

TIMER4 PRESCALAR PROBLEM(STM8S)

Chayan Roy
Associate III
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.
2 REPLIES 2
Arlet Ottens
Associate II
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
Chayan Roy
Associate III
Posted on March 20, 2017 at 18:37

Thanx Arlet Ottens,I have got your point.