?? ce203_readme.txt
字號:
Readme File for Code Example:
CE103 - CPU In DOZE MODE
----------------------------------------
This file contains the following sections:
1. Code Example Description
2. Folder Contents
3. Suggested Development Resources
4. Reconfiguring the project for a different PIC24H device
5. Revision History
1. Code Example Description:
----------------------------
In this example, CPU is setup in DOZE mode to run at 1/128 of the System Clock.
Device is initially configured to run at Fcy=40Mhz and then DOZE mode is enabled to run the CPU at 312.5Khz (40M/128).
extern void setDozeRatio(unsigned int r);
This function sets the required DOZE ratio and enables the DOZE mode
2. Folder Contents:
-------------------
This folder contains the following sub-folders:
a. C:\Program Files\Microchip\MPLAB C30\support\gld
This folder will have the device GLD file, it is used for building the project.
This file was provided with the MPLAB
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -