Bus Frequency <-> CPU Frequency

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Mister0
Posts: 9
Joined: Tue Oct 04, 2005 9:05 am

Bus Frequency <-> CPU Frequency

Post by Mister0 »

Hi!
I want to put the CPU and Bus Frequency down. Well, I think normally I need 1 MHZ for my application. But sometimes I need around 33 mhz...

Can anyone tell me which bus frequency is good for those cpu frequency. How are they related?

uh and I want to use:

int scePowerSetCpuClockFrequency(int cpufreq);

and

int scePowerSetBusClockFrequency(int busfreq);

that's right, isn't it?
Post Reply