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

📄 msp430ctrl.lst

📁 用TI单片机MSP430系列写的CRC检验程序
💻 LST
字号:
##############################################################################
#                                                                            #
# IAR MSP430 C Compiler V2.21B/W32  [Kickstart]        16/Aug/2004  15:32:50 #
# Copyright 1996-2003 IAR Systems. All rights reserved.                      #
#                                                                            #
#    __rt_version  =  1                                                      #
#    __double_size =  32                                                     #
#    __reg_r4      =  free                                                   #
#    __reg_r5      =  free                                                   #
#    __pic         =  no                                                     #
#    Source file   =  C:\Program Files\IAR Systems\Embedded Workbench        #
#                     3.2\myProjects\CRC\src\msp430ctrl.c                    #
#    Command line  =  -I "C:\Program Files\IAR Systems\Embedded Workbench    #
#                     3.2\430\INC\" -I "C:\Program Files\IAR                 #
#                     Systems\Embedded Workbench 3.2\430\INC\CLIB\" -lc      #
#                     "C:\Program Files\IAR Systems\Embedded Workbench       #
#                     3.2\myProjects\CRC\MSP430\Debug\List\" -o "C:\Program  #
#                     Files\IAR Systems\Embedded Workbench                   #
#                     3.2\myProjects\CRC\MSP430\Debug\Obj\" -s9 --no_cse     #
#                     --no_unroll --no_inline --no_code_motion --debug -e    #
#                     --double=32 "C:\Program Files\IAR Systems\Embedded     #
#                     Workbench 3.2\myProjects\CRC\src\msp430ctrl.c"         #
#    List file     =  C:\Program Files\IAR Systems\Embedded Workbench        #
#                     3.2\myProjects\CRC\MSP430\Debug\List\msp430ctrl.lst    #
#    Object file   =  C:\Program Files\IAR Systems\Embedded Workbench        #
#                     3.2\myProjects\CRC\MSP430\Debug\Obj\msp430ctrl.r43     #
#                                                                            #
#                                                                            #
##############################################################################

C:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\src\msp430ctrl.c
      1          
      2          /**********************************************************************************
      3          NAME:           msp430Init
      4          FUNCTION:	MSP430 housekeeping, disable WDT, other inits 
      5          AUTHOR:		Emil Lenchak
      6          DATE:		March, 2004
      7          COPYRIGHT:	Texas Instruments, 2004
      8          TOOLS:		Built with IAR Kickstart V2
      9          ***********************************************************************************/
     10          
     11          #include "msp430x16x.h"
     12          
     13          void msp430Init(void)
     14          {
     15          	WDTCTL = WDTPW + WDTHOLD;
     16          }

   Maximum stack usage in bytes:

     Function   CSTACK
     --------   ------
     msp430Init     2


   Segment part sizes:

     Function/Label Bytes
     -------------- -----
     WDTCTL            2
     msp430Init        8

 
 8 bytes in segment CODE
 2 bytes in segment DATA16_AN
 
 8 bytes of CODE memory
 0 bytes of DATA memory (+ 2 bytes shared)

Errors: none
Warnings: none

⌨️ 快捷键说明

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