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

📄 vectors.c

📁 基于Freescale Codewarrior6.2环境下的针对qe8 单片机的LM75A温度传感器的驱动程序,可以直接使用
💻 C
字号:
/** ###################################################################
**     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**     Filename  : Vectors.C
**     Project   : LM75A
**     Processor : MC9S08QE8CFM
**     Version   : Bean 01.001, Driver 01.31, CPU db: 3.00.026
**     Compiler  : CodeWarrior HCS08 C Compiler
**     Date/Time : 2009-1-13, 15:18
**     Abstract  :
**         This bean "MC9S08QE8_32" contains initialization of the
**         CPU and provides basic methods and events for CPU core
**         settings.
**     Settings  :
**
**
**     (c) Copyright UNIS, spol. s r.o. 1997-2008
**     UNIS, spol. s r.o.
**     Jundrovska 33
**     624 00 Brno
**     Czech Republic
**     http      : www.processorexpert.com
**     mail      : info@processorexpert.com
** ###################################################################*/


#include "Cpu.h"
#include "I2C1.h"
extern near void _EntryPoint(void);

void (* near const _vect[])() @0xFFCE = { /* Interrupt vector table */
         Cpu_Interrupt,                /* Int.no.  0 Vrtc (at FFCE)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  1 VReserved23 (at FFD0)           Unassigned */
         Cpu_Interrupt,                /* Int.no.  2 VReserved22 (at FFD2)           Unassigned */
         Cpu_Interrupt,                /* Int.no.  3 VReserved21 (at FFD4)           Unassigned */
         Cpu_Interrupt,                /* Int.no.  4 Vacmpx (at FFD6)                Unassigned */
         Cpu_Interrupt,                /* Int.no.  5 Vadc (at FFD8)                  Unassigned */
         Cpu_Interrupt,                /* Int.no.  6 Vkeyboard (at FFDA)             Unassigned */
         I2C1_Interrupt,               /* Int.no.  7 Viic (at FFDC)                  Used */
         Cpu_Interrupt,                /* Int.no.  8 Vscitx (at FFDE)                Unassigned */
         Cpu_Interrupt,                /* Int.no.  9 Vscirx (at FFE0)                Unassigned */
         Cpu_Interrupt,                /* Int.no. 10 Vscierr (at FFE2)               Unassigned */
         Cpu_Interrupt,                /* Int.no. 11 Vspi (at FFE4)                  Unassigned */
         Cpu_Interrupt,                /* Int.no. 12 VReserved12 (at FFE6)           Unassigned */
         Cpu_Interrupt,                /* Int.no. 13 Vtpm2ovf (at FFE8)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 14 Vtpm2ch2 (at FFEA)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 15 Vtpm2ch1 (at FFEC)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 16 Vtpm2ch0 (at FFEE)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 17 Vtpm1ovf (at FFF0)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 18 Vtpm1ch2 (at FFF2)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 19 Vtpm1ch1 (at FFF4)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 20 Vtpm1ch0 (at FFF6)              Unassigned */
         Cpu_Interrupt,                /* Int.no. 21 Vlvd (at FFF8)                  Unassigned */
         Cpu_Interrupt,                /* Int.no. 22 Virq (at FFFA)                  Unassigned */
         Cpu_Interrupt,                /* Int.no. 23 Vswi (at FFFC)                  Unassigned */
         _EntryPoint                   /* Int.no. 24 Vreset (at FFFE)                Reset vector */
};

/*
** ###################################################################
**
**     This file was created by UNIS Processor Expert 3.03 [04.07]
**     for the Freescale HCS08 series of microcontrollers.
**
** ###################################################################
*/

⌨️ 快捷键说明

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