⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mcuinit.inc

📁 自已编的程序.能通过RS485总线更新单片机中的应用程序,带一程序流程图和一些说明希望能对大家有所帮助!
💻 INC
字号:
;** ###################################################################
;**     This code is generated by the Device Initialization Tool.
;**     It is overwritten during code generation.
;**     USER MODIFICATION ARE NOT PRESERVED IN THIS FILE.
;**
;**     Project   : asdf
;**     Processor : MC68HC908JL16CFJE
;**     Version   : Bean 01.046, Driver 01.00, CPU db: 2.87.069
;**     Datasheet : MC68HC908JL16 Rev. 1.1 11/2005
;**     Date/Time : 2007-5-11, 20:22
;**     Abstract  :
;**         This bean "MC68HC908JL16_32FA" provides initialization of the 
;**         CPU core and shared peripherals.
;**     Settings  :
;**         Clock setting
;**             External clock     : 9.8306 MHz
;**             CPU mode selection : 0
;**             Initialization interrupt priority : 1
;**             Stop instruction enabled : no
;**             LVI module         : no
;**
;**             Source clock       : Main clock frequency / 1
;**             Internal bus clock : 2.45765 MHz
;**     Contents  :
;**         Function "MCU_init" initializes selected peripherals
;**
;**     (c) Copyright UNIS, spol. s r.o. 1997-2006
;**     UNIS, spol s r.o.
;**     Jundrovska 33
;**     624 00 Brno
;**     Czech Republic
;**     http      : www.processorexpert.com
;**     mail      : info@processorexpert.com
;** ###################################################################

 IFNDEF __asdf_INC
__asdf_INC: EQU  1

; Include shared modules, which are used for whole project 

        XREF    MCU_init
;** ===================================================================
;**     Method      :  MCU_init (bean MC68HC908JL16_32FA)
;**
;**     Description :
;**         Device initialization code for selected peripherals.
;** ===================================================================

        XREF    isrINT_SCITransmit
;** ===================================================================
;**     Interrupt handler : isrINT_SCITransmit
;**
;**     Description :
;**         User interrupt service routine. 
;**     Parameters  : None
;**     Returns     : Nothing
;** ===================================================================



        XREF    isrINT_SCIReceive
;** ===================================================================
;**     Interrupt handler : isrINT_SCIReceive
;**
;**     Description :
;**         User interrupt service routine. 
;**     Parameters  : None
;**     Returns     : Nothing
;** ===================================================================



        XREF    isrINT_SCIError
;** ===================================================================
;**     Interrupt handler : isrINT_SCIError
;**
;**     Description :
;**         User interrupt service routine. 
;**     Parameters  : None
;**     Returns     : Nothing
;** ===================================================================



        XREF    isrINT_TIM1Ovr
;** ===================================================================
;**     Interrupt handler : isrINT_TIM1Ovr
;**
;**     Description :
;**         User interrupt service routine. 
;**     Parameters  : None
;**     Returns     : Nothing
;** ===================================================================






;      end     ; asdf

 ENDIF   ; IFNDEF __asdf_INC
;** ###################################################################
;**
;**     This file was created by UNIS Processor Expert 2.98 [03.80]
;**     for the Freescale HC08 series of microcontrollers.
;**
;** ###################################################################

⌨️ 快捷键说明

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