config.s

来自「关于无传感器BLDC使用DSPIC现实的源码」· S 代码 · 共 17 行

S
17
字号
;*******************************************************************
; CONFIG settings
;*******************************************************************
          .include "general.inc"

; Clock switching off, Fail Safe off, XT clock
; if the clock source is 7.3728Mhz then use XT_PLL4 as below

  ;config __FOSC, CSW_FSCM_OFF & XT_PLL4

;if the clock source is 5.00Mhz then use XT_PLL8 as below

	config __FOSC, CSW_FSCM_OFF & XT_PLL8 

          .end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?