The Clock & Power management block consists of three parts: Clock control, USB control, and Power control.
时钟和电源管理模块由三部分组成:时钟控制,USB控制和电源控制。
The Clock control logic in S3C2440A can generate the required clock signals including FCLK for CPU, HCLK for the AHB bus peripherals, and PCLK for the APB bus peripherals. The S3C2440A has two Phase Locked Loops (PLLs):one for FCLK, HCLK, and PCLK, and the other dedicated for USB block (48Mhz). The clock control logic can make slow clocks without PLL and connect/disconnect the clock to each peripheral block by software, which will reduce the power consumption.
S3C2440A中的时钟控制逻辑可以产生CPU的时钟FCLK,AHB (Advanced High performance Bus)系统总线外设的HCLK以及APB (Advanced Peripheral Bus)外围总线的PCLK。S3C2440A有两个锁相环(PLL)一个用于FCLK,HCLK以及PCLK,另外一个用于USB模块(48Mhz)。时钟控制逻辑可以控制输出慢时钟,可以不使用PLL ,可以用软件连接/断开每个外部模块的的时钟,这样可以降低功耗。
For the power control logic, the S3C2440A has various power management schemes to keep optimal power consumption for a given task. The power management block in the S3C2440A can activate four modes: NORMAL mode, SLOW mode, IDLE mode, and SLEEP mode.
S3C2440A有多方面的电源管理配置根据所给任务以获得最理想的电源功耗。S3C2440A的电源管理模块可以激活四种模式:正常模式,慢速模式,空闲模式以及休眠模式。(附:我没有理会For the power control logic这句,因为我不知道它和段中要表达的是什么什么,嘿嘿,各位觉得怎么翻译才好,请留言指点!)
NORMAL mode: The block supplies clocks to CPU as well as all peripherals in the S3C2440A. In this mode, the power consumption will be maximized when all peripherals are turned on. It allows the user to control the operation of peripherals by software. For example, if a timer is not needed, the user can disconnect the clock(CLKCON register) to the timer to reduce power consumption.
SLOW mode: Non-PLL mode. Unlike the Normal mode, the Slow mode uses an external clock (XTIpll or EXTCLK)directly as FCLK in the S3C2440A without PLL. In this mode, the power consumption depends on the frequency of the external clock only. The power consumption due to PLL is excluded.
IDLE mode: The block disconnects clocks (FCLK) only to the CPU core while it supplies clocks to all other peripherals. The IDLE mode results in reduced power consumption due to CPU core. Any interrupt request to CPU can be woken up from the Idle mode.
SLEEP mode: The block disconnects the internal power. So, there occurs no power consumption due to CPU and the internal logic except the wake-up logic in this mode. Activating the SLEEP mode requires two independent power sources. One of the two power sources supplies the power for the wake-up logic. The other one supplies other internal logics including CPU, and should be controlled for power on/off. In the SLEEP mode, the second power supply source for the CPU and internal logics will be turned off. The wakeup from SLEEP mode can be issued by the EINT[15:0] or by RTC alarm interrupt.