Px and scale number
TJHJ
Posts: 243
So I am new to the basic stamp series, mainly plan on using it to check devices before attempting to use them on the Prop chip. So I purchased the Bs2Px chip. All of the examples have a scale number for each Bs2 clock speed, but so far none have one for the Px. Is there a common number I could use in the scale component of the demo code to make it compatible with the Px chip?
Thank you for your time,
TJ
Thank you for your time,
TJ
Comments
A quick check shows the standard BS2 to execute 4000 instructions per sec, the BS2sx about 10000
and the BS2px about 19000. Since the examples give scale numbers for the other Stamps,you should be able to make a good estimate of what scale number to use with the Propellor to approximate the BS2px.
Cheers,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·
So under the Memsic 2125 Dual-axis Accelerometer BS2 sample code it contains the following to account for the timing/clock speed difference of each chip.
but the P has a different speed than the Px. There are a few example codes that use similar control to account for the different clock speeds.
Does anyone know what the approiate scale would be for the Px chip?
Thank you.