Board specific definitions for the STK3200 starter kit.
More...
#include "cpu.h"
#include "periph_conf.h"
#include "periph/adc.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Go to the source code of this file.
|
void | board_init (void) |
| Initialize the board (GPIO, sensors, clocks).
|
|
|
The timer runs at 250 kHz.
|
#define | XTIMER_DEV (TIMER_DEV(0)) |
|
#define | XTIMER_HZ (250000UL) |
|
#define | XTIMER_WIDTH (16) |
|
#define | XTIMER_CHAN (0) |
|
|
Define the GPIO pin to enable the BC, to allow serial communication via the USB port.
|
#define | BC_PIN GPIO_PIN(PA, 9) |
|
|
Connection to the on-chip temperature sensor.
|
#define | CORETEMP_ADC ADC_LINE(0) |
|
|
Connection to the on-board Sharp Memory LCD (LS013B7DH03).
|
#define | DISP_SPI SPI_DEV(0) |
|
#define | DISP_COM_PIN GPIO_PIN(PE, 10) |
|
#define | DISP_CS_PIN GPIO_PIN(PE, 11) |
|
#define | DISP_SELECT_PIN GPIO_PIN(PA, 8) |
|
#define | DISP_POWER_PIN GPIO_PIN(PA, 10) |
|