Skip to content

CPU clock

Adan edited this page Aug 10, 2020 · 1 revision

Introduction

By default, the GP2X CPUs both run at 200MHz, and use the same clock source so are controlled together (it is possible to set separate dividers, but this is not currently supported by Orcus).

One can set the CPU speed as follows:

gp2xSetCpuSpeed(150); // set CPU to 150MHz
Clone this wiki locally