CC1100.h.c
上传用户:zqfengji
上传日期:2007-09-28
资源大小:13k
文件大小:15k
源码类别:

RFID编程

开发平台:

C/C++

  1. #ifndef CC1100_H
  2. #define CC1100_H
  3. #define  LOW      0
  4. #define  HIGH     1
  5. #define INT8U unsigned char
  6. #define INT16U unsigned int
  7. //-------------------------------------------------------------------------------------------------------
  8. // RF_SETTINGS is a data structure which contains all relevant CCxxx0 registers
  9. typedef struct S_RF_SETTINGS{
  10. INT8U FSCTRL2; //自已加的
  11.     INT8U FSCTRL1;   // Frequency synthesizer control.
  12.     INT8U FSCTRL0;   // Frequency synthesizer control.
  13.     INT8U FREQ2;     // Frequency control word, high INT8U.
  14.     INT8U FREQ1;     // Frequency control word, middle INT8U.
  15.     INT8U FREQ0;     // Frequency control word, low INT8U.
  16.     INT8U MDMCFG4;   // Modem configuration.
  17.     INT8U MDMCFG3;   // Modem configuration.
  18.     INT8U MDMCFG2;   // Modem configuration.
  19.     INT8U MDMCFG1;   // Modem configuration.
  20.     INT8U MDMCFG0;   // Modem configuration.
  21.     INT8U CHANNR;    // Channel number.
  22.     INT8U DEVIATN;   // Modem deviation setting (when FSK modulation is enabled).
  23.     INT8U FREND1;    // Front end RX configuration.
  24.     INT8U FREND0;    // Front end RX configuration.
  25.     INT8U MCSM0;     // Main Radio Control State Machine configuration.
  26.     INT8U FOCCFG;    // Frequency Offset Compensation Configuration.
  27.     INT8U BSCFG;     // Bit synchronization Configuration.
  28.     INT8U AGCCTRL2;  // AGC control.
  29. INT8U AGCCTRL1;  // AGC control.
  30.     INT8U AGCCTRL0;  // AGC control.
  31.     INT8U FSCAL3;    // Frequency synthesizer calibration.
  32.     INT8U FSCAL2;    // Frequency synthesizer calibration.
  33. INT8U FSCAL1;    // Frequency synthesizer calibration.
  34.     INT8U FSCAL0;    // Frequency synthesizer calibration.
  35.     INT8U FSTEST;    // Frequency synthesizer calibration control
  36.     INT8U TEST2;     // Various test settings.
  37.     INT8U TEST1;     // Various test settings.
  38.     INT8U TEST0;     // Various test settings.
  39.     INT8U IOCFG2;    // GDO2 output pin configuration
  40.     INT8U IOCFG0;    // GDO0 output pin configuration
  41.     INT8U PKTCTRL1;  // Packet automation control.
  42.     INT8U PKTCTRL0;  // Packet automation control.
  43.     INT8U ADDR;      // Device address.
  44.     INT8U PKTLEN;    // Packet length.
  45. } RF_SETTINGS;
  46. //------------------------------------------------------------------------------------------------------
  47. // CC2500/CC1100 STROBE, CONTROL AND STATUS REGSITER
  48. #define CCxxx0_IOCFG2       0x00        // GDO2 output pin configuration
  49. #define CCxxx0_IOCFG1       0x01        // GDO1 output pin configuration
  50. #define CCxxx0_IOCFG0       0x02        // GDO0 output pin configuration
  51. #define CCxxx0_FIFOTHR      0x03        // RX FIFO and TX FIFO thresholds
  52. #define CCxxx0_SYNC1        0x04        // Sync word, high INT8U
  53. #define CCxxx0_SYNC0        0x05        // Sync word, low INT8U
  54. #define CCxxx0_PKTLEN       0x06        // Packet length
  55. #define CCxxx0_PKTCTRL1     0x07        // Packet automation control
  56. #define CCxxx0_PKTCTRL0     0x08        // Packet automation control
  57. #define CCxxx0_ADDR         0x09        // Device address
  58. #define CCxxx0_CHANNR       0x0A        // Channel number
  59. #define CCxxx0_FSCTRL1      0x0B        // Frequency synthesizer control
  60. #define CCxxx0_FSCTRL0      0x0C        // Frequency synthesizer control
  61. #define CCxxx0_FREQ2        0x0D        // Frequency control word, high INT8U
  62. #define CCxxx0_FREQ1        0x0E        // Frequency control word, middle INT8U
  63. #define CCxxx0_FREQ0        0x0F        // Frequency control word, low INT8U
  64. #define CCxxx0_MDMCFG4      0x10        // Modem configuration
  65. #define CCxxx0_MDMCFG3      0x11        // Modem configuration
  66. #define CCxxx0_MDMCFG2      0x12        // Modem configuration
  67. #define CCxxx0_MDMCFG1      0x13        // Modem configuration
  68. #define CCxxx0_MDMCFG0      0x14        // Modem configuration
  69. #define CCxxx0_DEVIATN      0x15        // Modem deviation setting
  70. #define CCxxx0_MCSM2        0x16        // Main Radio Control State Machine configuration
  71. #define CCxxx0_MCSM1        0x17        // Main Radio Control State Machine configuration
  72. #define CCxxx0_MCSM0        0x18        // Main Radio Control State Machine configuration
  73. #define CCxxx0_FOCCFG       0x19        // Frequency Offset Compensation configuration
  74. #define CCxxx0_BSCFG        0x1A        // Bit Synchronization configuration
  75. #define CCxxx0_AGCCTRL2     0x1B        // AGC control
  76. #define CCxxx0_AGCCTRL1     0x1C        // AGC control
  77. #define CCxxx0_AGCCTRL0     0x1D        // AGC control
  78. #define CCxxx0_WOREVT1      0x1E        // High INT8U Event 0 timeout
  79. #define CCxxx0_WOREVT0      0x1F        // Low INT8U Event 0 timeout
  80. #define CCxxx0_WORCTRL      0x20        // Wake On Radio control
  81. #define CCxxx0_FREND1       0x21        // Front end RX configuration
  82. #define CCxxx0_FREND0       0x22        // Front end TX configuration
  83. #define CCxxx0_FSCAL3       0x23        // Frequency synthesizer calibration
  84. #define CCxxx0_FSCAL2       0x24        // Frequency synthesizer calibration
  85. #define CCxxx0_FSCAL1       0x25        // Frequency synthesizer calibration
  86. #define CCxxx0_FSCAL0       0x26        // Frequency synthesizer calibration
  87. #define CCxxx0_RCCTRL1      0x27        // RC oscillator configuration
  88. #define CCxxx0_RCCTRL0      0x28        // RC oscillator configuration
  89. #define CCxxx0_FSTEST       0x29        // Frequency synthesizer calibration control
  90. #define CCxxx0_PTEST        0x2A        // Production test
  91. #define CCxxx0_AGCTEST      0x2B        // AGC test
  92. #define CCxxx0_TEST2        0x2C        // Various test settings
  93. #define CCxxx0_TEST1        0x2D        // Various test settings
  94. #define CCxxx0_TEST0        0x2E        // Various test settings
  95. // Strobe commands
  96. #define CCxxx0_SRES         0x30        // Reset chip.
  97. #define CCxxx0_SFSTXON      0x31        // Enable and calibrate frequency synthesizer (if MCSM0.FS_AUTOCAL=1).
  98.                                         // If in RX/TX: Go to a wait state where only the synthesizer is
  99.                                         // running (for quick RX / TX turnaround).
  100. #define CCxxx0_SXOFF        0x32        // Turn off crystal oscillator.
  101. #define CCxxx0_SCAL         0x33        // Calibrate frequency synthesizer and turn it off
  102.                                         // (enables quick start).
  103. #define CCxxx0_SRX          0x34        // Enable RX. Perform calibration first if coming from IDLE and
  104.                                         // MCSM0.FS_AUTOCAL=1.
  105. #define CCxxx0_STX          0x35        // In IDLE state: Enable TX. Perform calibration first if
  106.                                         // MCSM0.FS_AUTOCAL=1. If in RX state and CCA is enabled:
  107.                                         // Only go to TX if channel is clear.
  108. #define CCxxx0_SIDLE        0x36        // Exit RX / TX, turn off frequency synthesizer and exit
  109.                                         // Wake-On-Radio mode if applicable.
  110. #define CCxxx0_SAFC         0x37        // Perform AFC adjustment of the frequency synthesizer
  111. #define CCxxx0_SWOR         0x38        // Start automatic RX polling sequence (Wake-on-Radio)
  112. #define CCxxx0_SPWD         0x39        // Enter power down mode when CSn goes high.
  113. #define CCxxx0_SFRX         0x3A        // Flush the RX FIFO buffer.
  114. #define CCxxx0_SFTX         0x3B        // Flush the TX FIFO buffer.
  115. #define CCxxx0_SWORRST      0x3C        // Reset real time clock.
  116. #define CCxxx0_SNOP         0x3D        // No operation. May be used to pad strobe commands to two
  117.                                         // INT8Us for simpler software.
  118. #define CCxxx0_PARTNUM      0x30
  119. #define CCxxx0_VERSION      0x31
  120. #define CCxxx0_FREQEST      0x32
  121. #define CCxxx0_LQI          0x33
  122. #define CCxxx0_RSSI         0x34
  123. #define CCxxx0_MARCSTATE    0x35
  124. #define CCxxx0_WORTIME1     0x36
  125. #define CCxxx0_WORTIME0     0x37
  126. #define CCxxx0_PKTSTATUS    0x38
  127. #define CCxxx0_VCO_VC_DAC   0x39
  128. #define CCxxx0_TXBYTES      0x3A
  129. #define CCxxx0_RXBYTES      0x3B
  130. #define CCxxx0_PATABLE      0x3E
  131. #define CCxxx0_TXFIFO       0x3F
  132. #define CCxxx0_RXFIFO       0x3F
  133. //------------------------------------------------------------------------------------------------------
  134. // Chipcon
  135. // Product = CC1100
  136. // Chip version = E
  137. // Crystal accuracy = 40 ppm
  138. // X-tal frequency = 26 MHz
  139. // RF output power = 0 dBm
  140. // RX filterbandwidth = 540.000000 kHz
  141. // Deviation = 0.000000 
  142. // Datarate = 250.000000 kbps
  143. // Modulation = (7) MSK
  144. // Manchester enable = (0) Manchester disabled
  145. // RF Frequency = 433.000000 MHz
  146. // Channel spacing = 199.951172 kHz
  147. // Channel number = 0
  148. // Optimization = Sensitivity
  149. // Sync mode = (3) 30/32 sync word bits detected
  150. // Format of RX/TX data = (0) Normal mode, use FIFOs for RX and TX
  151. // CRC operation = (1) CRC calculation in TX and CRC check in RX enabled
  152. // Forward Error Correction = (0) FEC disabled
  153. // Length configuration = (1) Variable length packets, packet length configured by the first received byte after sync word.
  154. // Packetlength = 255
  155. // Preamble count = (2)  4 bytes
  156. // Append status = 1
  157. // Address check = (0) No address check
  158. // FIFO autoflush = 0
  159. // Device address = 0
  160. // GDO0 signal selection = ( 6) Asserts when sync word has been sent / received, and de-asserts at the end of the packet
  161. // GDO2 signal selection = (11) Serial Clock
  162. const RF_SETTINGS rfSettings = {
  163. 0x00,
  164.     0x06,//0x0B,   // FSCTRL1   Frequency synthesizer control.
  165.     0x00,   // FSCTRL0   Frequency synthesizer control.
  166.     0x10,   // FREQ2     Frequency control word, high byte.
  167.     0xA7,//0xAA,//,   // FREQ1     Frequency control word, middle byte.
  168.     0x62,//0x55,//   // FREQ0     Frequency control word, low byte.
  169.     0xc8,//0x8A,   //2d MDMCFG4   Modem configuration.
  170.     0x93,//0x01,   //3B MDMCFG3   Modem configuration.
  171.     0x1b,//0x73,   // MDMCFG2   Modem configuration.
  172.     0x22,//0xA2,   // 22  MDMCFG1   Modem configuration.
  173.     0xF8,   // MDMCFG0   Modem configuration.
  174.     0x00,   // CHANNR    Channel number.
  175.     0x34,//0x00,   // DEVIATN   Modem deviation setting (when FSK modulation is enabled).
  176.     0x56,//0xB6,   // FREND1    Front end RX configuration.
  177.     0x17,   //10 FREND0    Front end RX configuration.
  178.     0x18,   // MCSM0     Main Radio Control State Machine configuration.
  179.     0x16,//0x1D,   // FOCCFG    Frequency Offset Compensation Configuration.
  180.     0x6c,//0x1C,   // BSCFG     Bit synchronization Configuration.
  181.     0x43,//0xC7,   // AGCCTRL2  AGC control.
  182.     0x40,//0x00,   // AGCCTRL1  AGC control.
  183.     0x91,//0xB2,   // AGCCTRL0  AGC control.
  184.     0xA9,//0xEA,   // FSCAL3    Frequency synthesizer calibration.
  185.     0x2A,//0x0A,   // FSCAL2    Frequency synthesizer calibration.
  186.     0x00,   // FSCAL1    Frequency synthesizer calibration.
  187.     0x11,   // FSCAL0    Frequency synthesizer calibration.
  188.     0x59,   // FSTEST    Frequency synthesizer calibration.
  189.     0x81,//0x88,   // TEST2     Various test settings.
  190.     0x35,//0x31,   // TEST1     Various test settings.
  191.     0x0B,   // TEST0     Various test settings.
  192.     0x0B,   // IOCFG2    GDO2 output pin configuration.
  193.     0x06,   // IOCFG0D   GDO0 output pin configuration. Refer to SmartRF?Studio User Manual for detailed pseudo register explanation.
  194.     0x04,   // PKTCTRL1  Packet automation control.
  195.     0x45,   // 05   PKTCTRL0  Packet automation control.
  196.     0x00,   // ADDR      Device address.
  197.     0x0c    // PKTLEN    Packet length.
  198. };
  199. // PATABLE (0 dBm output power)
  200. /*
  201. const RF_SETTINGS rfSettings = 
  202. {
  203. 0x00,
  204.     0x0a,   // FSCTRL1   Frequency synthesizer control.
  205.     0x00,   // FSCTRL0   Frequency synthesizer control.
  206.     0x10,   // FREQ2     Frequency control word, high byte.
  207.     0xB1,   // FREQ1     Frequency control word, middle byte.
  208.     0x3b,   // FREQ0     Frequency control word, low byte.
  209.     0x2b, //0x2D,   // MDMCFG4   Modem configuration.
  210.     0xf8,   //0x3B,   // MDMCFG3   Modem configuration.
  211.     0x03,   // MDMCFG2   Modem configuration.
  212.     0x22,   // MDMCFG1   Modem configuration.
  213.     0xF8,   // MDMCFG0   Modem configuration.
  214.  
  215. 0x00,   // CHANNR    Channel number.
  216.     0x44,   // DEVIATN   Modem deviation setting (when FSK modulation is enabled).
  217.  
  218. 0x56,   // FREND1    Front end RX configuration.
  219.     0x10,   // FREND0    Front end RX configuration.
  220.     0x18,   // MCSM0     Main Radio Control State Machine configuration.
  221.     0x16,   // FOCCFG    Frequency Offset Compensation Configuration.
  222.     0x6C,   // BSCFG     Bit synchronization Configuration.
  223.     0x43,   // AGCCTRL2  AGC control.
  224.     0x91,   // AGCCTRL0  AGC control.
  225.     0xa9,   // FSCAL3    Frequency ` calibration.
  226.     0x0a,   // FSCAL2    Frequency synthesizer calibration.
  227.     0x11,   // FSCAL0    Frequency synthesizer calibration.
  228.     0x59,   // FSTEST    Frequency synthesizer calibration.
  229.     0x88,   // TEST2     Various test settings.
  230.     0x31,   // TEST1     Various test settings.
  231.     0x0b,   // TEST0     Various test settings.
  232.     0x24,   // IOCFG2    GDO2 output pin configuration.
  233. 0x06,   // IOCFG0D   GDO0 output pin configuration. Refer to SmartRF?Studio User Manual for detailed pseudo register explanantion.
  234.  
  235.     0x04,  // PKTCTRL1  Packet automation control.
  236.     0x05,  // PKTCTRL0  Packet automation control.
  237.     0x00,   // ADDR      Device address.
  238.     0x0c,    // PKTLEN 
  239. };
  240. const RF_SETTINGS rfSettings = 
  241. {
  242.     0x00,
  243. 0x0A,   // FSCTRL1   Frequency synthesizer control.
  244.     0x00,   // FSCTRL0   Frequency synthesizer control.
  245.     0x10,   // FREQ2     Frequency control word, high byte.
  246.     0xB1,   // FREQ1     Frequency control word, middle byte.
  247.     0x3b,   // FREQ0     Frequency control word, low byte.
  248.     0x86, //0x2D,   // MDMCFG4   Modem configuration.
  249.     0x83,   //0x3B,   // MDMCFG3   Modem configuration.
  250.     0x03,   // MDMCFG2   Modem configuration.
  251.     0x22,   // MDMCFG1   Modem configuration.
  252.     0xF8,   // MDMCFG0   Modem configuration.
  253. 0x00,   // CHANNR    Channel number.
  254.     0x44,   // DEVIATN   Modem deviation setting (when FSK modulation is enabled).
  255. 0x56,   // FREND1    Front end RX configuration.
  256.     0x10,   // FREND0    Front end RX configuration.
  257.     0x18,   // MCSM0     Main Radio Control State Machine configuration.
  258.     0x16,   // FOCCFG    Frequency Offset Compensation Configuration.
  259.     0x6C,   // BSCFG     Bit synchronization Configuration.
  260.     0x03,   // AGCCTRL2  AGC control.
  261.     0x91,   // AGCCTRL0  AGC control.
  262.     0xA9,   // FSCAL3    Frequency ` calibration.
  263.     0x0a,   // FSCAL2    Frequency synthesizer calibration.
  264.     0x11,   // FSCAL0    Frequency synthesizer calibration.
  265.     0x59,   // FSTEST    Frequency synthesizer calibration.
  266.     0x88,   // TEST2     Various test settings.
  267.     0x31,   // TEST1     Various test settings.
  268.     0x0B,   // TEST0     Various test settings.
  269.     0x24,   // IOCFG2    GDO2 output pin configuration.
  270. 0x06,   // IOCFG0D   GDO0 output pin configuration. Refer to SmartRF?Studio User Manual for detailed pseudo register explanantion.
  271.     0x04,  // PKTCTRL1  Packet automation control.
  272.     0x05,  // PKTCTRL0  Packet automation control.
  273.     0x00,   // ADDR      Device address.
  274.     0x0c,    // PKTLEN 
  275. };
  276. */
  277. #endif