CLK
worthyamherst
Posts: 46
can anyone tell me the CLK of a basic stamp board or the propeller board
i have the propeller demo board item number 32100
and the stamp microcontroller item code BS2-IC
i have the propeller demo board item number 32100
and the stamp microcontroller item code BS2-IC
Comments
From page 22 of the Propeller Manual, v.1.1
http://www.parallax.com/tabid/768/ProductID/340/Default.aspx
Also see pp. 28-29 of the manual. And look at the Propeller Education Kit documentation for coding examples.
As an example, the Propeller Demo code has this near the top, which sets the system clock to 80 MHz:
Hope that helps.
While the traditional BS2 is the second slowest of the bunch at 20Mhz and ~4000 instructions/sec, it is also the nearly least power hungry (3ma) and there are times when that is much better than a higher CLK. The BS1 is at 4Mhz and very power frugal (1ma).
The Propeller can be confusing because the CLK speed can be multiplied 16X in PPL to make the processors run much faster - up to 80Mhz. In some cases, even faster speeds have been achieved with a faster crystal overclocking the processor.