Ctra/ctrb
scotta
Posts: 168
How can I get a cog counter to count at the same frequency
as the main system clock (cnt) ?
I don't need to measure external pins, or drive external pins,
just accumulate at the same rate as CNT.
Scott
as the main system clock (cnt) ?
I don't need to measure external pins, or drive external pins,
just accumulate at the same rate as CNT.
Scott
Comments
movi ctra, #%0_00011_000
mov frqa, #1
mov phsa, #0
Scott
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
All you need to know about timers is contained in Table 4.7 in the Manual (or in the data sheet) and in this diagram here (I don't know why it is not in the datasheet - at an exposed place!)
It takes me generally 20 minutes - using it - to explain ALL ASPECTS of the timers... all right: it's a stressy 20 minutes for the audience...
Post Edited (deSilva) : 3/6/2008 8:14:31 PM GMT
Scott