ploana
Joined: 24 Jul 2006 Posts: 6
|
SETUP_TIMER_1() |
Posted: Mon Aug 07, 2006 4:23 am |
|
|
Hello
In the help of the CCS Compiler stands:
"With an internal clock at 20Mhz and with the T1_DIV_BY_8 mode, the timer will increment every 1.6us. It will overflow every 104.8576ms"
but i think that with a clock of 20MHz you can increment every 50µs by T1_DIV_BY_1 and with the T1_DIV_BY_8 mode
I am of the opinion, that the timer will increment every 400µs, or I am wrong?? |
|