Blah
Wanna Be Programmer
Well, from my testing...Prepare for this...
I was able to clock all the way down to 0.535311mhz! Think how long the batteries
would last. And its actually still pretty useful at that clock rate. Simple PDA style apps would work fine. Also could work as a sleep mode in programs, etc. Clock it just a little higher and mods play, too.
So umm...Heres the specifics.
I just used this command in C (Mirko's SDK):
_cpu_speed(535311,0x14003,0) // CPU, bus and peripherials at same speed
or
_cpu_speed(535311,0x14003,1) // Peripherals at half speed of bus and CPU
both work...
h34r:
edit: Not sure if the CLKDIV value is correct (probably not, just used the one from 22mhz as pllset won't calculate for values this low) but it works just fine.
I was able to clock all the way down to 0.535311mhz! Think how long the batteries
would last. And its actually still pretty useful at that clock rate. Simple PDA style apps would work fine. Also could work as a sleep mode in programs, etc. Clock it just a little higher and mods play, too.
So umm...Heres the specifics.
I just used this command in C (Mirko's SDK):
_cpu_speed(535311,0x14003,0) // CPU, bus and peripherials at same speed
or
_cpu_speed(535311,0x14003,1) // Peripherals at half speed of bus and CPU
both work...
h34r:
edit: Not sure if the CLKDIV value is correct (probably not, just used the one from 22mhz as pllset won't calculate for values this low) but it works just fine.