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

📄 prd_config.lst

📁 读RF卡的源代码
💻 LST
字号:
ARM COMPILER V2.40e,  PRD_Config                                                           12/12/07  14:35:10  PAGE 1   


ARM COMPILER V2.40e, COMPILATION OF MODULE PRD_Config
OBJECT MODULE PLACED IN .\PRD_Config.obj
COMPILER INVOKED BY: C:\DEV\Tools\Keil\ARM\BIN\CA.exe ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c T
                    -HUMB DEBUG PRINT(.\LISTING\PRD_CONFIG.LST) TABS(4) PREPRINT(.\LISTING\PRD_CONFIG.I) OBJECT(.\PRD_Config.obj) 

stmt  level    source

    1          //=============================================================================
    2          //                  Copyright (C) INSIDE Contactless 1998-2005
    3          //
    4          // INSIDE Contactless reserves the right to make changes, without notice,
    5          // to any product (including application note) herein to improve
    6          // reliability, functionality, or design. INSIDE Contactless advises its
    7          // customers to obtain the latest version of device data sheets to verify,
    8          // before placing orders, that the information being relied upon by the
    9          // customer is current.
   10          //
   11          // INSIDE Contactless makes no warranty that the use will not infringe any
   12          // third party patent, copyright or trademark.
   13          //
   14          // Information furnished by INSIDE Contactless is believed to be accurate
   15          // and reliable. However, INSIDE Contactless does not assume any liability
   16          // resulting from the application or use of any product described within.
   17          //
   18          // All rights are reserved. Reproduction in whole or in part is prohibited
   19          // without the written consent of the copyright owner.
   20          //
   21          //      Bat 11a,
   22          //      Parc Club du Golf,
   23          //      Z.A.C. du Pichaury                      Tel :   +33 (0)4.42.39.33.00
   24          //      13856 Aix-en-Provence Cedex 3           Fax :   +33 (0)4.42.39.63.19
   25          //      FRANCE                                  Email : info@insidefr.com
   26          //
   27          //-----------------------------------------------------------------------------
   28          // Project Code : M210_3G
   29          // Project Name : INSIDE Coupler
   30          // Module Name  : ConfigReader.c
   31          // Platform dev : WINDOWS (CCS Compiler)
   32          // Target       : PIC18FXX2 (MICROCHIP)
   33          // Language     : C + ASM
   34          // Revision     : 1.0
   35          // Description  : Reader configuration functions.
   36          //=============================================================================
   37          // When     Who Ver     What
   38          // 06-05-12 FPK 1.2     restructuration
   39          //=============================================================================
   40          
   41          
   42          // Defines standard
   43          #include <stdio.h>      // Standard C Libray file containing basic functions to use serial host
   44          
   45          // Defines for common C writting
   46          #include "Defines_C.h"              // TRUE, FALSE, etc
*** ERROR C318 IN LINE 46 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'Defines_
             -C.h'
   47          
   48          // Defines for the current target
   49          #include "Target.h"             // Definition of processor registers
*** ERROR C318 IN LINE 49 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'Target.h
             -'
   50          
   51          // Defines for PicoRead
   52          #include "PRD_PicoReadRF_Pages_Parameters.h" // Definition of PicoRead chip registers
*** ERROR C318 IN LINE 52 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Pico
             -ReadRF_Pages_Parameters.h'
ARM COMPILER V2.40e,  PRD_Config                                                           12/12/07  14:35:10  PAGE 2   

   53          #include "PRD_Config.h"     // Reader Configuration functions
*** ERROR C318 IN LINE 53 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Conf
             -ig.h'
   54          StructReader    g_sPicoReadStructReader;
*** WARNING C34 IN LINE 54 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'g_sPicoReadStructReader
             -': missing declaration specifiers
*** ERROR C42 IN LINE 54 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'g_sPicoReadStructReader':
             - not in formal parameter list
   55          
   56          
   57          #include "PRD_RF_Comm.h"        //
*** ERROR C318 IN LINE 57 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_RF_C
             -omm.h'
   58          
   59          #include "PRD_Protocols_Defines.h"   //Protocols defines
*** ERROR C318 IN LINE 59 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Prot
             -ocols_Defines.h'
   60          
   61          
   62          
   63          
   64          #include "PRD_COMMON_Anticollision_Parameters.h"        //Common Anticollision parameters defines
*** ERROR C318 IN LINE 64 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_COMM
             -ON_Anticollision_Parameters.h'
   65          
   66          // For Default Settings (For Anticollision)
   67          
   68          #include "PRD_ISO14443A_Anticollision_Parameters.h"     //Anticollision parameters defines for ISO14443A
*** ERROR C318 IN LINE 68 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -4443A_Anticollision_Parameters.h'
   69          #include "PRD_ISO14443A_Anticollision_Default_Parameters.h"
*** ERROR C318 IN LINE 69 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -4443A_Anticollision_Default_Parameters.h'
   70          
   71          #include "PRD_ISO14443B_Anticollision_Parameters.h"     //Anticollision parameters defines for ISO14443B
*** ERROR C318 IN LINE 71 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -4443B_Anticollision_Parameters.h'
   72          #include "PRD_ISO14443B_Anticollision_Default_Parameters.h"
*** ERROR C318 IN LINE 72 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -4443B_Anticollision_Default_Parameters.h'
   73          
   74          #include "PRD_ISO15693_Anticollision_Parameters.h"      //Anticollision parameters defines for ISO14443B
*** ERROR C318 IN LINE 74 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -5693_Anticollision_Parameters.h'
   75          #include "PRD_ISO15693_Anticollision_Default_Parameters.h"
*** ERROR C318 IN LINE 75 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_ISO1
             -5693_Anticollision_Default_Parameters.h'
   76          
   77          #include "PRD_PicoPass_Anticollision_Parameters.h"      //Anticollision parameters defines for PicoPass
*** ERROR C318 IN LINE 77 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Pico
             -Pass_Anticollision_Parameters.h'
   78          #include "PRD_PicoPass_Anticollision_Default_Parameters.h"
*** ERROR C318 IN LINE 78 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Pico
             -Pass_Anticollision_Default_Parameters.h'
   79          
   80          #include "PRD_TypeC_18092_Anticollision_Parameters.h"   //Anticollision parameters defines for Type C(180
             -92)
*** ERROR C318 IN LINE 80 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Type
             -C_18092_Anticollision_Parameters.h'
   81          #include "PRD_TypeC_18092_Anticollision_Default_Parameters.h"
*** ERROR C318 IN LINE 81 OF ..\..\..\..\LIB\PicoRead\u03\Level_1\COMMON\sources\PRD_Config.c: can't open file 'PRD_Type
             -C_18092_Anticollision_Default_Parameters.h'
   82          
   83          //-----------------------------------------------------------------------------
   84          // Function : v_fnGetConfigAnalog(BYTE* p_abPage6)
   85          //-----------------------------------------------------------------------------
ARM COMPILER V2.40e,  PRD_Config                                                           12/12/07  14:35:10  PAGE 3   

   86          // Description :  Get PicoRead RF Page 6
   87          //
   88          // IN       :   *p_abPage6 : Bytes of Page 6
   89          //
   90          // OUT      :   - none -
   91          //
   92          // RETURN   :   - none -
   93          //
   94          // Notes    :   - none -
   95          //-----------------------------------------------------------------------------
   96          void v_fnGetConfigAnalog(unsigned char* p_abPage6)
   97          {
*** ERROR C42 IN LINE 97 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnGetConfigAnalog': not
             - in formal parameter list
*** ERROR C25 IN LINE 97 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '{'
   98                // Configure page 6
   99                v_fnCS_reset();
*** ERROR C42 IN LINE 99 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnCS_reset': not in for
             -mal parameter list
  100                v_fnSPI_SendByte(P0_REG_NO_RST | P0_PAGE_SELECT_6 | P0_RFON);
*** ERROR C25 IN LINE 100 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '|'
*** ERROR C42 IN LINE 100 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  101                v_fnSPI_SendByte(p_abPage6[0]);
*** ERROR C25 IN LINE 101 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 101 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  102                v_fnSPI_SendByte(p_abPage6[1]);
*** ERROR C25 IN LINE 102 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 102 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  103                v_fnSPI_SendByte(p_abPage6[2]);
*** ERROR C25 IN LINE 103 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 103 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  104                v_fnSPI_SendByte(p_abPage6[3]);
*** ERROR C25 IN LINE 104 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 104 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  105                v_fnSPI_SendByte(p_abPage6[4]);
*** ERROR C25 IN LINE 105 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 105 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  106                v_fnSPI_SendByte(p_abPage6[5]);
*** ERROR C25 IN LINE 106 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 106 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  107                v_fnSPI_SendByte(p_abPage6[6]);
*** ERROR C25 IN LINE 107 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 107 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  108                v_fnSPI_SendByte(p_abPage6[7]);
*** ERROR C25 IN LINE 108 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '['
*** ERROR C42 IN LINE 108 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: 'v_fnSPI_SendByte': not i
             -n formal parameter list
  109          }
*** ERROR C25 IN LINE 109 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: syntax error near '}'
*** ERROR C7 IN LINE 109 OF ..\..\..\..\LIB\PICOREAD\U03\LEVEL_1\COMMON\SOURCES\PRD_CONFIG.C: compilation aborted

ARM COMPILATION COMPLETE.  1 WARNING(S),  41 ERROR(S)

⌨️ 快捷键说明

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