boards/cc2650stk/include/periph_conf.h

Peripheral MCU configuration for the CC2650STK board.

CLOCK_CORECLOCK
1
(48000000U)
TIMER_NUMOF
1
(sizeof(timer_config) / sizeof(timer_config[0]))
const timer_conf_t timer_config()
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
= {
    {
        .cfg = GPT_CFG_16T,
        .chn = 2,
    },
    {
        .cfg = GPT_CFG_32T,
        .chn = 1,
    },
    {
        .cfg = GPT_CFG_16T,
        .chn = 2,
    },
    {
        .cfg = GPT_CFG_32T,
        .chn = 1,
    }
}
UART_NUMOF
1
(1)
UART_RX_PIN
1
(28)
UART_TX_PIN
1
(29)