]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - i3-mote/i3-mote.git/blob - Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h
6f7dbef77fd2275ef31e882f704e68d066583fd9
[i3-mote/i3-mote.git] / Basic-Test-Package / MSP432 / Test_MSP432_DebugUART_EchoPC / i3mote.h
1 /* HID Rev.B */
2 #define HID_PORT GPIO_PORT_P6
3 #define LEDR     GPIO_PIN2
4 #define LEDG     GPIO_PIN3
5 #define BUTTON   GPIO_PIN1
7 /* Rev.A
8 #define LED_PORT GPIO_PORT_P8
9 #define LEDR    GPIO_PIN5
10 #define LEDG    GPIO_PIN6
11 #define BUTTON  GPIO_PIN7
12 */
15 /* Power Control */
16 #define CTL_PWR_PORT     GPIO_PORT_P2
17 #define GPS_PWR_nEN_PIN  GPIO_PIN4
18 #define SSM_PWR_nEN_PIN  GPIO_PIN5
21 /* Debg UART */
22 #define UART_BAUD_115200
23 #define UART_PORT      GPIO_PORT_P1
24 #define UART_TX_PIN    GPIO_PIN3
25 #define UART_RX_PIN    GPIO_PIN2
27 /* Flash SPI */
28 #define FLASH_SPI_PORT       GPIO_PORT_P3
29 #define FLASH_SPI_CSN_PIN    GPIO_PIN0
30 #define FLASH_SPI_CLK_PIN    GPIO_PIN1
31 #define FLASH_SPI_MISO_PIN   GPIO_PIN2
32 #define FLASH_SPI_MOSI_PIN   GPIO_PIN3
35 /* CC2650 SPI */
36 #define CC2650_SPI_PORT      GPIO_PORT_P2
37 #define CC2650_SPI_CSN_PIN    GPIO_PIN0
38 #define CC2650_SPI_CLK_PIN   GPIO_PIN1
39 #define CC2650_SPI_MISO_PIN  GPIO_PIN2
40 #define CC2650_SPI_MOSI_PIN  GPIO_PIN3
42 #define CC2650_INT_PORT      GPIO_PORT_P4
43 #define CC2650_IRQ_PIN       GPIO_PIN0
45 /* On Board EEPROM 25xx256*/
46 #define EEPROM_SLAVE_ADDRESS 0x50
49 /* On Board Sensors */
50 #define IN219
51 #define OPT3001
52 #define HDC1080
53 #define BMP280
54 #define MPU9250
55 #define TMP007
57 #define Board_HDC1080_ADDR 0x40
58 #define Board_INA219_ADDR  0x41
59 #define Board_TMP007_ADDR  0x44
60 #define Board_OPT3001_ADDR 0x45
61 #define Board_MPU9250_ADDR 0x68
62 #define Board_BMP280_ADDR  0x77