Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

Timers and Interrupts silicon lab c8051f

$
0
0
Hi
I have a problem understanding what this actually means

Code (C):
  1.   TMOD = 0x20;              
  2.     CKCON = 0x02;                //System Clock divided by 48   what does this mean
  3.     TH1 = 0x01;                //Auto reload every 0,254 ms
  4.     TL1 = 0x01;                
every 5ms must a computation get done . how does the timer does this when it is equal to 1

Viewing all articles
Browse latest Browse all 4923

Trending Articles