Defines related to the CC2650 LaunchPad.
More...
|
file | board.h |
| Header file with definitions related to the I/O connections on the TI CC2650 LaunchPad.
|
|
|
Those values are not meant to be modified by the user
|
#define | LEDS_CONF_COUNT 2 |
|
#define | LEDS_CONF_RED 1 |
|
#define | LEDS_CONF_GREEN 2 |
|
|
Those values are not meant to be modified by the user
|
#define | BOARD_IOID_LED_1 IOID_6 |
|
#define | BOARD_IOID_LED_2 IOID_7 |
|
|
Those values are not meant to be modified by the user
|
#define | BOARD_IOID_UART_RX IOID_2 |
|
#define | BOARD_IOID_UART_TX IOID_3 |
|
#define | BOARD_IOID_UART_RTS IOID_18 |
|
#define | BOARD_IOID_UART_CTS IOID_19 |
|
#define | BOARD_UART_RX (1 << BOARD_IOID_UART_RX) |
|
#define | BOARD_UART_TX (1 << BOARD_IOID_UART_TX) |
|
#define | BOARD_UART_RTS (1 << BOARD_IOID_UART_RTS) |
|
#define | BOARD_UART_CTS (1 << BOARD_IOID_UART_CTS) |
|
|
Those values are not meant to be modified by the user
|
#define | BOARD_IOID_KEY_LEFT IOID_13 |
|
#define | BOARD_IOID_KEY_RIGHT IOID_14 |
|
#define | BOARD_KEY_LEFT (1 << BOARD_IOID_KEY_LEFT) |
|
#define | BOARD_KEY_RIGHT (1 << BOARD_IOID_KEY_RIGHT) |
|
|
Those values are not meant to be modified by the user
|
#define | EXT_FLASH_SPI_CONTROLLER SPI_CONTROLLER_SPI0 |
|
#define | BOARD_IOID_FLASH_SCK IOID_10 |
|
#define | BOARD_IOID_FLASH_MOSI IOID_9 |
|
#define | BOARD_IOID_FLASH_MISO IOID_8 |
|
#define | BOARD_IOID_FLASH_CS IOID_20 |
|
#define | EXT_FLASH_SPI_PIN_SCK 10 |
|
#define | EXT_FLASH_SPI_PIN_MOSI 9 |
|
#define | EXT_FLASH_SPI_PIN_MISO 8 |
|
#define | EXT_FLASH_SPI_PIN_CS 20 |
|
#define | EXT_FLASH_DEVICE_ID 0x14 |
|
#define | EXT_FLASH_MID 0xC2 |
|
#define | EXT_FLASH_PROGRAM_PAGE_SIZE 256 |
|
#define | EXT_FLASH_ERASE_SECTOR_SIZE 4096 |
|
#define | BOARD_IOID_SCL IOID_4 |
| I2C IOID mappings. More...
|
|
#define | SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE 0x00 |
| ROM bootloader configuration. More...
|
|
#define | BOARD_IOID_DIO0 IOID_0 |
| Remaining pins. More...
|
|
#define | BOARD_BUTTON_HAL_INDEX_KEY_LEFT 0x00 |
| Board indices for the button HAL. More...
|
|
|
#define | BOARD_STRING "TI CC2650 LaunchPad" |
|
Defines related to the CC2650 LaunchPad.
This file provides connectivity information on LEDs, Buttons, UART and other peripherals
This file is not meant to be modified by the user.
#define BOARD_BUTTON_HAL_INDEX_KEY_LEFT 0x00 |
Board indices for the button HAL.
Those values are not meant to be modified by the user
Definition at line 202 of file board.h.
#define BOARD_IOID_DIO0 IOID_0 |
Remaining pins.
Those values are not meant to be modified by the user
Definition at line 169 of file board.h.
#define BOARD_IOID_SCL IOID_4 |
I2C IOID mappings.
Those values are not meant to be modified by the user
Definition at line 137 of file board.h.
#define SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE 0x00 |
ROM bootloader configuration.
Change SET_CCFG_BL_CONFIG_BL_PIN_NUMBER to BOARD_IOID_KEY_xyz to select which button triggers the bootloader on reset.
The remaining values are not meant to be modified by the user
Definition at line 156 of file board.h.