SX28 current draw with and without "TURBO"
Bean
Posts: 8,129
I read somewhere that when you don't specify TURBO the SX28 divides the clock by 4.
If that is so, can I use 32KHz internal RC clock without turbo to get even lower current draw ?
Has anyone ever measured current with and without TURBO ?
Bean.
·
If that is so, can I use 32KHz internal RC clock without turbo to get even lower current draw ?
Has anyone ever measured current with and without TURBO ?
Bean.
·
Comments
-Paul
Post Edited (Paul Baker) : 1/19/2005 4:51:53 AM GMT
I'll try a couple experiments...
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
Stuff I'm selling on ebay http://search.ebay.com/_W0QQsassZhittconsultingQQhtZ-1
"USA Today has come out with a new survey - apparently, three out of every four people make up 75% of the population." - David Letterman
Post Edited (Bean (Hitt Consulting)) : 1/24/2007 1:32:20 PM GMT
Here is the test program:
DEVICE SX28,STACKX,OPTIONX,OSC128KHZ
FREQ 128_000
PROGRAM Start NOSTARTUP
Start:
TRIS_A=0
TRIS_B=0
TRIS_C=0
Main:
TOGGLE RB.5
PAUSE 5000
GOTO Start
Here is what I measured:
32KHz Turbo = 1.32mA
32KHz Non-Turbo = 1.30mA
128KHz Turbo = 1.46mA
128KHz Non-Turbo = 1.40mA
1MHz Turbo = 3.1mA
1MHz Non-Turbo = 2.4mA
4MHz Turbo = 7.7mA
4MHz Non-Turbo = 5.2mA
Considering that 1MHz Turbo (3.1mA) has the same performance as 4MHz Non-Turbo (5.2mA). It is better to use the turbo mode if you are looking at MIP per mA.
Overall I was surprised by how low the current was in general.
I want to try repeating the test at lower supply voltages.
Terry