📄 c240_cfg.i
字号:
;=============================================================================
; F240 Clocking configuration file for the Flash utility.
;
; Filename : C240_CFG.I
; Date : 26 Feb 97
; Revision : 1
; Modifications :
;
;
;**** Make selections by changing Underlined options only ****
; ~~~~~~~~~~
;
;=============================================================================
YES .set 1
NO .set 0
;Select if PLL is enabled or not
;-------------------------------
PLL_ENABLE .set YES ; YES: if PLL is used
; ~~~ ; NO : if PLL not used & CLKIN of 20MHz is used
;Select PLL multiplication factor (applicable only if PLL_ENABLE set YES)
;------------------------------------------------------------------------
; Only ONE PLL Mult factor should be selected (set to 1). If more than one is
; selected only the last on the list will take effect. If none selected then
; default is PLL MF = 1.0
PLL_MF_10 .set 0 ; 1 : Select PLL Multiply value of 1.0
; ~
PLL_MF_15 .set 0 ; 1 : Select PLL Multiply value of 1.5
; ~
PLL_MF_20 .set 1 ; 1 : Select PLL Multiply value of 2.0
; ~
PLL_MF_25 .set 0 ; 1 : Select PLL Multiply value of 2.5
; ~
PLL_MF_30 .set 0 ; 1 : Select PLL Multiply value of 3.0
; ~
PLL_MF_40 .set 0 ; 1 : Select PLL Multiply value of 4.0
; ~
PLL_MF_45 .set 0 ; 1 : Select PLL Multiply value of 4.5
; ~
PLL_MF_50 .set 0 ; 1 : Select PLL Multiply value of 5.0
; ~
PLL_MF_90 .set 0 ; 1 : Select PLL Multiply value of 9.0
; ~
;NOTE: The Flash Programming algorithm assumes an internal cycle time of 50nS
; (i.e. 20MHz CPU clk) Value selected above should take this in account.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -