查看: 1131|回复: 2

[其他] mc9s12zvml128芯片的中断谁能给分析一下,中断怎么用的啊?

[复制链接]
  • TA的每日心情

    2019-3-8 17:08
  • 签到天数: 1 天

    [LV.1]初来乍到

    9

    主题

    24

    帖子

    0

    注册会员

    Rank: 2

    积分
    104
    最后登录
    2019-9-24
    发表于 2019-9-23 17:04:01 | 显示全部楼层 |阅读模式
    s12z的芯片的中断是怎么处理的啊,为什么没有中断向量表啥的啊?
    我知道答案 目前已有2人回答
    烦躁
    回复

    使用道具 举报

  • TA的每日心情

    2019-3-8 17:08
  • 签到天数: 1 天

    [LV.1]初来乍到

    9

    主题

    24

    帖子

    0

    注册会员

    Rank: 2

    积分
    104
    最后登录
    2019-9-24
     楼主| 发表于 2019-9-24 13:17:03 | 显示全部楼层
    为什么没人回答啊???
    烦躁
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2024-3-12 16:11
  • 签到天数: 818 天

    [LV.10]以坛为家III

    3

    主题

    860

    帖子

    0

    金牌会员

    Rank: 6Rank: 6

    积分
    2751
    最后登录
    2024-3-19
    发表于 2019-9-24 14:05:49 | 显示全部楼层
    我用的是MC9S12XEP100,应该是同一系列的,供你参考。

    可以有三种方法设置中断函数入口
    1、在project.prm中,如下表示复位向量入口
    VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */

    2、直接在写中断入口函数时,指定中断号,需要计算。
    vector-relationships.png
    #pragma CODE_SEG __NEAR_SEG NON_BANKED
    void interrupt 20 SCI0_ISR(void)
    {
        ;
    }
    3、中断向量表
    #pragma CODE_SEG DEFAULT

    /*lint -save  -e950 Disable MISRA rule (1.1) checking. */
    static const tIsrFunc _InterruptVectorTable[] @0xFF10U = { /* Interrupt vector table */
    /*lint -restore Enable MISRA rule (1.1) checking. */
      /* ISR name                               No.  Address Pri XGATE Name            Description*/
      &Cpu_Interrupt,                       /* 0x08  0xFF10   -   -    ivVsi           */
      &Cpu_Interrupt,                       /* 0x09  0xFF12   -   -    ivVsyscall      */
      &Cpu_Interrupt,                       /* 0x0A  0xFF14   -   -    ivVmpuaccesserr */
      &Cpu_Interrupt,                       /* 0x0B  0xFF16   -   no   ivVxsei         */
      &Cpu_Interrupt,                       /* 0x0C  0xFF18   1   no   ivVReserved115  */
      &Cpu_Interrupt,                       /* 0x0D  0xFF1A   1   no   ivVReserved114  */
      &Cpu_Interrupt,                       /* 0x0E  0xFF1C   1   no   ivVReserved113  */
      &Cpu_Interrupt,                       /* 0x0F  0xFF1E   1   no   ivVReserved112  */
      &Cpu_Interrupt,                       /* 0x10  0xFF20   1   no   ivVReserved111  */
      &Cpu_Interrupt,                       /* 0x11  0xFF22   1   no   ivVReserved110  */
      &Cpu_Interrupt,                       /* 0x12  0xFF24   1   no   ivVReserved109  */
      &Cpu_Interrupt,                       /* 0x13  0xFF26   1   no   ivVReserved108  */
      &Cpu_Interrupt,                       /* 0x14  0xFF28   1   no   ivVReserved107  */
      &Cpu_Interrupt,                       /* 0x15  0xFF2A   1   no   ivVReserved106  */
      &Cpu_Interrupt,                       /* 0x16  0xFF2C   1   no   ivVReserved105  */
      &Cpu_Interrupt,                       /* 0x17  0xFF2E   1   no   ivVReserved104  */
      &Cpu_Interrupt,                       /* 0x18  0xFF30   1   no   ivVReserved103  */
      &Cpu_Interrupt,                       /* 0x19  0xFF32   1   no   ivVReserved102  */
      &Cpu_Interrupt,                       /* 0x1A  0xFF34   1   no   ivVReserved101  */
      &Cpu_Interrupt,                       /* 0x1B  0xFF36   1   no   ivVReserved100  */
      &Cpu_Interrupt,                       /* 0x1C  0xFF38   1   no   ivVReserved99   */
      &Cpu_Interrupt,                       /* 0x1D  0xFF3A   1   no   ivVReserved98   */
      &Cpu_Interrupt,                       /* 0x1E  0xFF3C   1   no   ivVatd1compare  */
      &Cpu_Interrupt,                       /* 0x1F  0xFF3E   1   no   ivVatd0compare  */
      &Cpu_Interrupt,                       /* 0x20  0xFF40   1   no   ivVtimpaie      */
      &Cpu_Interrupt,                       /* 0x21  0xFF42   1   no   ivVtimpaaovf    */
      &Cpu_Interrupt,                       /* 0x22  0xFF44   1   no   ivVtimovf       */
      &Cpu_Interrupt,                       /* 0x23  0xFF46   1   no   ivVtimch7       */
      &Cpu_Interrupt,                       /* 0x24  0xFF48   1   no   ivVtimch6       */
      &Cpu_Interrupt,                       /* 0x25  0xFF4A   1   no   ivVtimch5       */
      &Cpu_Interrupt,                       /* 0x26  0xFF4C   1   no   ivVtimch4       */
      &Cpu_Interrupt,                       /* 0x27  0xFF4E   1   no   ivVtimch3       */
      &Cpu_Interrupt,                       /* 0x28  0xFF50   1   no   ivVtimch2       */
      &Cpu_Interrupt,                       /* 0x29  0xFF52   1   no   ivVtimch1       */
      &Cpu_Interrupt,                       /* 0x2A  0xFF54   1   no   ivVtimch0       */
      &SCI7_ISR,                       /* 0x2B  0xFF56   1   no   ivVsci7         */
      &Cpu_Interrupt,                       /* 0x2C  0xFF58   1   no   ivVpit7         */
      &Cpu_Interrupt,                       /* 0x2D  0xFF5A   1   no   ivVpit6         */
      &Cpu_Interrupt,                       /* 0x2E  0xFF5C   1   no   ivVpit5         */
      &Cpu_Interrupt,                       /* 0x2F  0xFF5E   1   no   ivVpit4         */
      &Cpu_Interrupt,                       /* 0x30  0xFF60   1   no   ivVReserved79   */
      &Cpu_Interrupt,                       /* 0x31  0xFF62   1   no   ivVReserved78   */
      &Cpu_Interrupt,                       /* 0x32  0xFF64   1   no   ivVxst7         */
      &Cpu_Interrupt,                       /* 0x33  0xFF66   1   no   ivVxst6         */
      &Cpu_Interrupt,                       /* 0x34  0xFF68   1   no   ivVxst5         */
      &Cpu_Interrupt,                       /* 0x35  0xFF6A   1   no   ivVxst4         */
      &Cpu_Interrupt,                       /* 0x36  0xFF6C   1   no   ivVxst3         */
      &Cpu_Interrupt,                       /* 0x37  0xFF6E   1   no   ivVxst2         */
      &Cpu_Interrupt,                       /* 0x38  0xFF70   1   no   ivVxst1         */
      &Cpu_Interrupt,                       /* 0x39  0xFF72   1   no   ivVxst0         */
      &Cpu_Interrupt,                       /* 0x3A  0xFF74   1   no   ivVpit3         */
      &FILE_CH376_ISR,                       /* 0x3B  0xFF76   1   no   ivVpit2         */
      &WT588D_ISR,                       /* 0x3C  0xFF78   1   no   ivVpit1         */
      &Cpu_Interrupt,                       /* 0x3D  0xFF7A   1   no   ivVpit0         */
      &Cpu_Interrupt,                       /* 0x3E  0xFF7C   1   -    ivVhti          */
      &Cpu_Interrupt,                       /* 0x3F  0xFF7E   1   no   ivVapi          */
      &Cpu_Interrupt,                       /* 0x40  0xFF80   1   no   ivVlvi          */
      &Cpu_Interrupt,                       /* 0x41  0xFF82   1   no   ivViic1         */
      &SCI5_ISR,                       /* 0x42  0xFF84   1   no   ivVsci5         */
      &SCI4_ISR,                       /* 0x43  0xFF86   1   no   ivVsci4         */
      &SCI3_ISR,                       /* 0x44  0xFF88   1   no   ivVsci3         */
      &SCI2_ISR,                       /* 0x45  0xFF8A   1   no   ivVsci2         */
      &Cpu_Interrupt,                       /* 0x46  0xFF8C   1   no   ivVpwmesdn      */
      &Cpu_Interrupt,                       /* 0x47  0xFF8E   1   no   ivVportp        */
      &Cpu_Interrupt,                       /* 0x48  0xFF90   1   no   ivVcan4tx       */
      &CAN4_RxNotificationISR,                       /* 0x49  0xFF92   1   no   ivVcan4rx       */
      &Cpu_Interrupt,                       /* 0x4A  0xFF94   1   no   ivVcan4err      */
      &Cpu_Interrupt,                       /* 0x4B  0xFF96   1   no   ivVcan4wkup     */
      &Cpu_Interrupt,                       /* 0x4C  0xFF98   1   no   ivVcan3tx       */
      &CAN3_RxNotificationISR,                       /* 0x4D  0xFF9A   1   no   ivVcan3rx       */
      &Cpu_Interrupt,                       /* 0x4E  0xFF9C   1   no   ivVcan3err      */
      &Cpu_Interrupt,                       /* 0x4F  0xFF9E   1   no   ivVcan3wkup     */
      &Cpu_Interrupt,                       /* 0x50  0xFFA0   1   no   ivVcan2tx       */
      &CAN2_RxNotificationISR,                       /* 0x51  0xFFA2   1   no   ivVcan2rx       */
      &Cpu_Interrupt,                       /* 0x52  0xFFA4   1   no   ivVcan2err      */
      &Cpu_Interrupt,                       /* 0x53  0xFFA6   1   no   ivVcan2wkup     */
      &Cpu_Interrupt,                       /* 0x54  0xFFA8   1   no   ivVcan1tx       */
      &CAN1_RxNotificationISR,                       /* 0x55  0xFFAA   1   no   ivVcan1rx       */
      &Cpu_Interrupt,                       /* 0x56  0xFFAC   1   no   ivVcan1err      */
      &Cpu_Interrupt,                       /* 0x57  0xFFAE   1   no   ivVcan1wkup     */
      &Cpu_Interrupt,                       /* 0x58  0xFFB0   1   no   ivVcan0tx       */
      &CAN0_RxNotificationISR,                       /* 0x59  0xFFB2   1   no   ivVcan0rx       */
      &Cpu_Interrupt,                       /* 0x5A  0xFFB4   1   no   ivVcan0err      */
      &Cpu_Interrupt,                       /* 0x5B  0xFFB6   1   no   ivVcan0wkup     */
      &Cpu_Interrupt,                       /* 0x5C  0xFFB8   1   no   ivVflash        */
      &Cpu_Interrupt,                       /* 0x5D  0xFFBA   1   no   ivVflashfd      */
      &Cpu_Interrupt,                       /* 0x5E  0xFFBC   1   no   ivVspi2         */
      &SPI1_ISR,                       /* 0x5F  0xFFBE   1   no   ivVspi1         */
      &Cpu_Interrupt,                       /* 0x60  0xFFC0   1   no   ivViic0         */
      &SCI6_ISR,                       /* 0x61  0xFFC2   1   no   ivVsci6         */
      &Cpu_Interrupt,                       /* 0x62  0xFFC4   1   no   ivVcrgscm       */
      &Cpu_Interrupt,                       /* 0x63  0xFFC6   1   no   ivVcrgplllck    */
      &Cpu_Interrupt,                       /* 0x64  0xFFC8   1   no   ivVectpabovf    */
      &Cpu_Interrupt,                       /* 0x65  0xFFCA   1   no   ivVectmdcu      */
      &Cpu_Interrupt,                       /* 0x66  0xFFCC   1   no   ivVporth        */
      &Cpu_Interrupt,                       /* 0x67  0xFFCE   1   no   ivVportj        */
      &Cpu_Interrupt,                       /* 0x68  0xFFD0   1   no   ivVatd1         */
      &Filtered0,                       /* 0x69  0xFFD2   1   no   ivVatd0         */
      &SCI1_ISR,                       /* 0x6A  0xFFD4   1   no   ivVsci1         */
      &SCI0_ISR,                       /* 0x6B  0xFFD6   1   no   ivVsci0         */
      &Cpu_Interrupt,                       /* 0x6C  0xFFD8   1   no   ivVspi0         */
      &Cpu_Interrupt,                       /* 0x6D  0xFFDA   1   no   ivVectpaie      */
      &Cpu_Interrupt,                       /* 0x6E  0xFFDC   1   no   ivVectpaaovf    */
      &Cpu_Interrupt,                       /* 0x6F  0xFFDE   1   no   ivVectovf       */
      &Cpu_Interrupt,                       /* 0x70  0xFFE0   1   no   ivVectch7       */
      &Cpu_Interrupt,                       /* 0x71  0xFFE2   1   no   ivVectch6       */
      &Cpu_Interrupt,                       /* 0x72  0xFFE4   1   no   ivVectch5       */
      &Cpu_Interrupt,                       /* 0x73  0xFFE6   1   no   ivVectch4       */
      &Cpu_Interrupt,                       /* 0x74  0xFFE8   1   no   ivVectch3       */
      &Cpu_Interrupt,                       /* 0x75  0xFFEA   1   no   ivVectch2       */
      &Cpu_Interrupt,                       /* 0x76  0xFFEC   1   no   ivVectch1       */
      &Cpu_Interrupt,                       /* 0x77  0xFFEE   1   no   ivVectch0       */
      &RTI_ISR,                       /* 0x78  0xFFF0   1   no   ivVrti          */
      &Cpu_Interrupt,                       /* 0x79  0xFFF2   1   no   ivVirq          */
      &Cpu_Interrupt,                       /* 0x7A  0xFFF4   -   -    ivVxirq         */
      &Cpu_Interrupt,                       /* 0x7B  0xFFF6   -   -    ivVswi          */
      &Cpu_Interrupt                        /* 0x7C  0xFFF8   -   -    ivVtrap         */
    };

    /* end vector.c */


    该会员没有填写今日想说内容.
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /4 下一条

    Archiver|手机版|小黑屋|恩智浦技术社区

    GMT+8, 2024-4-19 20:00 , Processed in 0.133667 second(s), 24 queries , MemCache On.

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表