Skip to main content
karolina
Associate
March 3, 2014
Question

Preload register

  • March 3, 2014
  • 2 replies
  • 1469 views
Posted on March 03, 2014 at 10:37

Hello,

I'm new in microcontroller world and have a question. What is preload register in TIM3? I really don't understand it's meaning. So could somebody help me, please.

#preload-register
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    March 3, 2014
    Posted on March 03, 2014 at 15:42

    Preload defines whether a value is latch immediately into the working/used register, or if it is latched at the UPDATE event. ie when the TIM rolls over. This permits a defined transition rather than one occurring randomly within the period of the timer. Say I wanted to control the duty from one period to the next.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    karolina
    karolinaAuthor
    Associate
    March 3, 2014
    Posted on March 03, 2014 at 16:00

    Thank you, I understand now :)