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

📄 71x_it.lst

📁 STR71x平台下实现ADC(数模转换)编程
💻 LST
字号:
##############################################################################
#                                                                            #
# IAR ARM ANSI C/C++ Compiler V4.30A/W32               08/Nov/2005  12:06:33 #
# Copyright 1999-2005 IAR Systems. All rights reserved.                      #
#                                                                            #
#    Cpu mode        =  interwork                                            #
#    Endian          =  little                                               #
#    Stack alignment =  4                                                    #
#    Source file     =  D:\Book-IAR\examples_ST\STR71x_ADC\app\71x_it.c      #
#    Command line    =  D:\Book-IAR\examples_ST\STR71x_ADC\app\71x_it.c -lC  #
#                       D:\Book-IAR\examples_ST\STR71x_ADC\Debug\List\ -o    #
#                       D:\Book-IAR\examples_ST\STR71x_ADC\Debug\Obj\ -s2    #
#                       --no_cse --no_unroll --no_inline --no_code_motion    #
#                       --no_tbaa --no_clustering --no_scheduling --debug    #
#                       --cpu_mode arm --endian little --cpu ARM7TDMI        #
#                       --stack_align 4 --interwork -e --fpu None            #
#                       --dlib_config "d:\IAR Systems\Embedded Workbench     #
#                       4.0\arm\LIB\dl4tpainl8n.h" -I                        #
#                       D:\Book-IAR\examples_ST\STR71x_ADC\ -I               #
#                       D:\Book-IAR\examples_ST\STR71x_ADC\include\ -I       #
#                       D:\Book-IAR\examples_ST\STR71x_ADC\source\ -I        #
#                       "d:\IAR Systems\Embedded Workbench 4.0\arm\INC\"     #
#    List file       =  D:\Book-IAR\examples_ST\STR71x_ADC\Debug\List\71x_it #
#                       .lst                                                 #
#    Object file     =  D:\Book-IAR\examples_ST\STR71x_ADC\Debug\Obj\71x_it. #
#                       r79                                                  #
#                                                                            #
#                                                                            #
##############################################################################

D:\Book-IAR\examples_ST\STR71x_ADC\app\71x_it.c
      1          // 71x_it.c
      2          #include "71x_it.h"
      3          #include "71x_lib.h"
      4          
      5          /*******************************************************************************
      6          * 说明:Undefined_Handler函数,未定义异常句柄
      7          * 参数:无
      8          * 返回值:无
      9          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     10          void Undefined_Handler(void) {
     11          }
   \                     Undefined_Handler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     12          
     13          /*******************************************************************************
     14          * 说明:FIQ_Handler函数,FIQ异常句柄
     15          * 参数:无
     16          * 返回值:无
     17          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     18          void FIQ_Handler(void) {
     19          }
   \                     FIQ_Handler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     20          
     21          /*******************************************************************************
     22          * 说明:SWI_Handler函数,SWI异常句柄
     23          * 参数:无
     24          * 返回值:无
     25          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     26          void SWI_Handler(void) {
     27          }
   \                     SWI_Handler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     28          
     29          /*******************************************************************************
     30          * 说明:Prefetch_Handler函数,预取异常句柄
     31          * 参数:无
     32          * 返回值:无
     33          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     34          void Prefetch_Handler(void) {
     35          }
   \                     Prefetch_Handler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     36          
     37          /*******************************************************************************
     38          * 说明:Prefetch_Handler函数,中止异常句柄
     39          * 参数:无
     40          * 返回值:无
     41          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     42          void Abort_Handler(void) {
     43          }
   \                     Abort_Handler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     44          
     45          /*******************************************************************************
     46          * 说明:T0TIMI_IRQHandler函数,IRQ异常句柄,处理Timer0中断
     47          * 参数:无
     48          * 返回值:无
     49          *******************************************************************************/

   \                                 In segment CODE, align 4, keep-with-next
     50          void T0TIMI_IRQHandler(void) {
     51          }
   \                     T0TIMI_IRQHandler:
   \   00000000   1EFF2FE1           BX          LR                 ;; return
     52          
     53          // 需要时可以加入其它IRQ中断处理函数
     54          

   Maximum stack usage in bytes:

     Function          CSTACK
     --------          ------
     Abort_Handler         0
     FIQ_Handler           0
     Prefetch_Handler      0
     SWI_Handler           0
     T0TIMI_IRQHandler     0
     Undefined_Handler     0


   Segment part sizes:

     Function/Label    Bytes
     --------------    -----
     Undefined_Handler    4
     FIQ_Handler          4
     SWI_Handler          4
     Prefetch_Handler     4
     Abort_Handler        4
     T0TIMI_IRQHandler    4
      Others             24

 
 48 bytes in segment CODE
 
 24 bytes of CODE memory (+ 24 bytes shared)

Errors: none
Warnings: none

⌨️ 快捷键说明

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