#define CLOCK_BASE 0x90005000#define CLOCK_CONTROL (*(volatile uint8_t*)(CLOCK_BASE + 0x28)) #define SET_ARM_RATIO 1// #define SET_ARMAHB_RATIO 2 #define SET_ARMAPB_RATIO 4// #define SET_SYS_RATIO // #define SET_SYSAHB_RATIO #define SET_SYSAPB_RATIO 8#define ARMCLK_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0xd0))#define ARMCLK_AHB_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0xd4))#define ARMCLK_APB_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0xd8))#define SYSCLK_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0x100))#define SYSCLK_AHB_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0x108))#define SYSCLK_APB_RATIO (*(volatile uint8_t*)(CLOCK_BASE + 0x10c))
well... i tried again and my console froze up and died .___.