TI_CC_hardware_board.h
上传用户:zhingjinbo
上传日期:2014-07-24
资源大小:32k
文件大小:2k
源码类别:

邮电通讯系统

开发平台:

Visual C++

  1. //----------------------------------------------------------------------------
  2. //  Description:  This file contains definitions specific to the hardware board.
  3. //  Specifically, the definitions include hardware connections with the
  4. //  CCxxxx connector port, LEDs, and switches.
  5. //
  6. //  MSP430/CC1100-2500 Interface Code Library v1.0
  7. //
  8. //  K. Quiring
  9. //  Texas Instruments, Inc.
  10. //  July 2006
  11. //  IAR Embedded Workbench v3.41
  12. //----------------------------------------------------------------------------
  13. #include "TI_CC_msp430.h"
  14. //#define TI_CC_LED_PxOUT         P2OUT
  15. //#define TI_CC_LED_PxDIR         P2DIR
  16. //#define TI_CC_LED1              0x02
  17. //#define TI_CC_LED2              0x04
  18. //#define TI_CC_LED3              0x02
  19. //#define TI_CC_LED4              0x04
  20. #define TI_CC_SW_PxIN           P1IN
  21. #define TI_CC_SW_PxIE           P1IE
  22. #define TI_CC_SW_PxIES          P1IES
  23. #define TI_CC_SW_PxIFG          P1IFG
  24. #define TI_CC_SW1               0x01
  25. //#define TI_CC_SW2               0x02
  26. //#define TI_CC_SW3               0x40
  27. //#define TI_CC_SW4               0x80
  28. #define TI_CC_GDO0_PxOUT        P1OUT
  29. #define TI_CC_GDO0_PxIN         P1IN
  30. #define TI_CC_GDO0_PxDIR        P1DIR
  31. #define TI_CC_GDO0_PxIE         P1IE
  32. #define TI_CC_GDO0_PxIES        P1IES
  33. #define TI_CC_GDO0_PxIFG        P1IFG
  34. #define TI_CC_GDO0_PIN          0x04
  35. //#define TI_CC_GDO1_PxOUT        P5OUT
  36. //#define TI_CC_GDO1_PxIN         P5IN
  37. //#define TI_CC_GDO1_PxDIR        P5DIR
  38. //#define TI_CC_GDO1_PIN          0x04
  39. //#define TI_CC_GDO2_PxOUT        P1OUT
  40. //#define TI_CC_GDO2_PxIN         P1IN
  41. //#define TI_CC_GDO2_PxDIR        P1DIR
  42. //#define TI_CC_GDO2_PIN          0x08
  43. #define TI_CC_CSn_PxOUT         P4OUT
  44. #define TI_CC_CSn_PxDIR         P4DIR
  45. #define TI_CC_CSn_PIN           0x04
  46. //----------------------------------------------------------------------------
  47. // Select which port will be used for interface to CCxxxx
  48. //----------------------------------------------------------------------------
  49. #define TI_CC_RF_SER_INTF       TI_CC_SER_INTF_USART1  // Interface to CCxxxx