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

📄 freescale

📁 Freescale 系列单片机常用模块与综合系统设计
💻
字号:
/** ###################################################################
**     THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**     Filename  : Vectors.C
**     Project   : Smoke_Detector
**     Processor : MC9S08JM60CLHE
**     Version   : Component 01.003, Driver 01.35, CPU db: 3.00.046
**     Compiler  : CodeWarrior HCS08 C Compiler
**     Date/Time : 2010-1-25, 17:30
**     Abstract  :
**         This bean "MC9S08JM60_64" contains initialization of the
**         CPU and provides basic methods and events for CPU core
**         settings.
**     Settings  :
**
**
**     Copyright : 1997 - 2009 Freescale Semiconductor, Inc. All Rights Reserved.
**     
**     http      : www.freescale.com
**     mail      : support@freescale.com
** ###################################################################*/


#include "Cpu.h"
#include "LIGHT_AD.h"
#include "IRLED.h"
#include "OAPOWER.h"
#include "LED.h"
#include "Timer_Variable.h"
#include "KEY.h"
extern near void _EntryPoint(void);

void (* near const _vect[])(void) @0xFFC4 = { /* Interrupt vector table */
         Cpu_Interrupt,                /* Int.no. 29 Vrtc (at FFC4)                  Unassigned */
         Cpu_Interrupt,                /* Int.no. 28 Viic (at FFC6)                  Unassigned */
         Cpu_Interrupt,                /* Int.no. 27 Vacmp (at FFC8)                 Unassigned */
         Cpu_Interrupt,                /* Int.no. 26 Vadc (at FFCA)                  Unassigned */
         KEY_Interrupt,                /* Int.no. 25 Vkeyboard (at FFCC)             Used */
         Cpu_Interrupt,                /* Int.no. 24 Vsci2tx (at FFCE)               Unassigned */
         Cpu_Interrupt,                /* Int.no. 23 Vsci2rx (at FFD0)               Unassigned */
         Cpu_Interrupt,                /* Int.no. 22 Vsci2err (at FFD2)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 21 Vsci1tx (at FFD4)               Unassigned */
         Cpu_Interrupt,                /* Int.no. 20 Vsci1rx (at FFD6)               Unassigned */
         Cpu_Interrupt,                /* Int.no. 19 Vsci1err (at FFD8)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 18 Vtpm2ovf (at FFDA)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 17 Vtpm2ch1 (at FFDC)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 16 Vtpm2ch0 (at FFDE)              Unassigned */
         Timer_Variable_Interrupt,     /* Int.no. 15 Vtpm1ovf (at FFE0)              Used */
         Cpu_Interrupt,                /* Int.no. 14 Vtpm1ch5 (at FFE2)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 13 Vtpm1ch4 (at FFE4)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 12 Vtpm1ch3 (at FFE6)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 11 Vtpm1ch2 (at FFE8)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 10 Vtpm1ch1 (at FFEA)              Unassigned */
         Cpu_Interrupt,                /* Int.no.  9 Vtpm1ch0 (at FFEC)              Unassigned */
         Cpu_Interrupt,                /* Int.no.  8 VReserved (at FFEE)             Unassigned */
         Cpu_Interrupt,                /* Int.no.  7 Vusb (at FFF0)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  6 Vspi2 (at FFF2)                 Unassigned */
         Cpu_Interrupt,                /* Int.no.  5 Vspi1 (at FFF4)                 Unassigned */
         Cpu_Interrupt,                /* Int.no.  4 Vlol (at FFF6)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  3 Vlvd (at FFF8)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  2 Virq (at FFFA)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  1 Vswi (at FFFC)                  Unassigned */
         _EntryPoint                   /* Int.no.  0 Vreset (at FFFE)                Reset vector */
};
/*
** ###################################################################
**
**     This file was created by Processor Expert 3.07 [04.34]
**     for the Freescale HCS08 series of microcontrollers.
**
** ###################################################################
*/

⌨️ 快捷键说明

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