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

📄 bootloader_reservations.lst

📁 这个程序用于单片机和无线传输芯片CC2500之间的传送
💻 LST
字号:
C51 COMPILER V8.12   BOOTLOADER_RESERVATIONS                                               01/04/2009 23:51:50 PAGE 1   


C51 COMPILER V8.12, COMPILATION OF MODULE BOOTLOADER_RESERVATIONS
OBJECT MODULE PLACED IN .\objects\bootloader_reservations.obj
COMPILER INVOKED BY: d:\Keil\C51\BIN\C51.EXE ..\..\..\..\..\Lib\Chipcon\srf04\bootloader_reservation\bootloader_reservat
                    -ions.c OMF2 BROWSE INTVECTOR(0X0800) INCDIR(..\..\..\..\..\Inc;..\..\..\..\..\lib) DEFINE(FREQ_2_4) DEBUG PRINT(.\listin
                    -gs\bootloader_reservations.lst) OBJECT(.\objects\bootloader_reservations.obj)

line level    source

   1          /*******************************************************************************************************
   2           *                                                                                                     *
   3           *        **********                                                                                   *
   4           *       ************                                                                                  *
   5           *      ***        ***                                                                                 *
   6           *      ***   +++   ***                                                                                *
   7           *      ***   + +   ***     This file should be included when creating bootloader compliant            *
   8           *      ***   +             applications.                                                              *
   9           *      ***   + +   ***                                                                                *
  10           *      ***   +++   ***     bootloader_reservations.c                                                  *
  11           *      ***        ***                                                                                 *
  12           *       ************                                                                                  *
  13           *        **********                                                                                   *
  14           *                                                                                                     *
  15           *******************************************************************************************************
  16           * Compiler:                Keil C51 V7.50                                                             *
  17           * Target platform:         Chipcon CCxxx0 (Silabs F320)                                               *
  18           * Author:                  JOL                                                                        *
  19           *******************************************************************************************************
  20           * Revision history:        See end of file                                                            *
  21           ******************************************************************************************************/
  22          #include <Chipcon\srf04\bl_structs.h>
  23          
  24          
  25          
  26          
  27          //-------------------------------------------------------------------------------------------------------
  28          // Memory shared between bootloader and applications
  29          
  30          // Buffer for current device request information
  31          SETUP_HEADER data setupHeader _at_ SETUP_HEADER_ADDR;
  32          SETUP_DATA data setupData _at_ SETUP_DATA_ADDR;
  33          
  34          // USB status information (read only)
  35          USB_INFO data usbInfo _at_ USB_INFO_ADDR;
  36          
  37          // Bootloader status information (read only)
  38          BOOTLOADER_INFO data blInfo _at_ BOOTLOADER_INFO_ADDR;
  39          
  40          // Additional RAM used by the bootloader
  41          BYTE data pBlSmartVar[SMART_VAR_SIZE] _at_ SMART_VAR_ADDR;
  42          
  43          // Bootloader code at the start of the flash
  44          BYTE code pBootloader[APP_RESET_ADDR - 0] _at_ 0x0000;
  45          //-------------------------------------------------------------------------------------------------------
  46          
  47          
  48          
  49          
  50          
  51          /*******************************************************************************************************
  52           * Revision history:                                                                                   *
  53           *
C51 COMPILER V8.12   BOOTLOADER_RESERVATIONS                                               01/04/2009 23:51:50 PAGE 2   

  54           * $Log: bootloader_reservations.c,v $
  55           * Revision 1.3  2006/08/17 13:29:36  a0190596
  56           * Changed include file
  57           *
  58           * Revision 1.2  2005/02/07 14:43:05  sna
  59           * Initial version in CVS.
  60           *
  61           *
  62           ******************************************************************************************************/


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =   ----    ----
   CONSTANT SIZE    =   ----    ----
   XDATA SIZE       =   ----    ----
   PDATA SIZE       =   ----    ----
   DATA SIZE        =   ----    ----
   IDATA SIZE       =   ----    ----
   BIT SIZE         =   ----    ----
   EDATA SIZE       =   ----    ----
   HDATA SIZE       =   ----    ----
   XDATA CONST SIZE =   ----    ----
   FAR CONST SIZE   =   ----    ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE.  0 WARNING(S),  0 ERROR(S)

⌨️ 快捷键说明

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