Dug
01-12-2008, 01:24 AM
Our Prop. Chip application needs crystal operation (for timing purposes) but requires the lowest power consumption possible.
For a given operation up to two cogs may be running at the same time.
Using the 5 MHz crystal, can we specify object (all Methods) operation on 1 MHz editing the following CON statement from:
CON··
· _xinfreq=5_000_000
· _clkmode=xtal1+pll1x
·to:
CON··
· _xinfreq=25_000_000
· _clkmode=xtal1+pll1x
In calculating device currect draw, (500ua*1.25)*2=1.25ma for 5 MHz operation, it would instead be (500ua*0.25)*2=250ua.
Thanks!
·
For a given operation up to two cogs may be running at the same time.
Using the 5 MHz crystal, can we specify object (all Methods) operation on 1 MHz editing the following CON statement from:
CON··
· _xinfreq=5_000_000
· _clkmode=xtal1+pll1x
·to:
CON··
· _xinfreq=25_000_000
· _clkmode=xtal1+pll1x
In calculating device currect draw, (500ua*1.25)*2=1.25ma for 5 MHz operation, it would instead be (500ua*0.25)*2=250ua.
Thanks!
·