Application Note AN008
jdolecki
Posts: 726
Did I read this Correctly
Counter Registers
The Propeller provides the necessary hardware to perform sigma-delta analog-to-digital conversions quite easily. To do so requires using the global count register, CNT, along with one of the cogs configurable counters. The global count register increments by one with each tick of the internal clock, rolling over to zero after reaching a count of $FFFF_FFFF (232 1). With an 80 MHz internal clock, one complete cycle of CNT takes about 53 seconds.
The last 3 words " About 53 seconds"
http://www.parallaxsemiconductor.com/sites/default/files/appnotes/AN008-SigmaDeltaADC-v1.0_0.pdf
Counter Registers
The Propeller provides the necessary hardware to perform sigma-delta analog-to-digital conversions quite easily. To do so requires using the global count register, CNT, along with one of the cogs configurable counters. The global count register increments by one with each tick of the internal clock, rolling over to zero after reaching a count of $FFFF_FFFF (232 1). With an 80 MHz internal clock, one complete cycle of CNT takes about 53 seconds.
The last 3 words " About 53 seconds"
http://www.parallaxsemiconductor.com/sites/default/files/appnotes/AN008-SigmaDeltaADC-v1.0_0.pdf
Comments
Cheers
Richard
You know you've made this mistake when your program suddenly comes to life after it had been idle 53.69 seconds.