23#ifndef CONFIG_BOARD_HAS_LSE
24#define CONFIG_BOARD_HAS_LSE 1
28#ifndef CONFIG_BOARD_HAS_HSE
29#define CONFIG_BOARD_HAS_HSE 1
32#include "periph_cpu.h"
54#define DMA_0_ISR isr_dma2_stream3
55#define DMA_1_ISR isr_dma2_stream2
56#define DMA_2_ISR isr_dma1_stream4
57#define DMA_3_ISR isr_dma1_stream3
58#define DMA_4_ISR isr_dma1_stream5
59#define DMA_5_ISR isr_dma1_stream0
61#define DMA_NUMOF ARRAY_SIZE(dma_config)
71 .rcc_mask = RCC_APB1ENR_USART2EN,
78#ifdef MODULE_PERIPH_DMA
79 .dma = DMA_STREAM_UNDEF,
80 .dma_chan = UINT8_MAX,
85 .rcc_mask = RCC_APB2ENR_USART1EN,
92#ifdef MODULE_PERIPH_DMA
93 .dma = DMA_STREAM_UNDEF,
94 .dma_chan = UINT8_MAX,
99 .rcc_mask = RCC_APB1ENR_USART3EN,
106#ifdef MODULE_PERIPH_DMA
107 .dma = DMA_STREAM_UNDEF,
108 .dma_chan = UINT8_MAX,
113#define UART_0_ISR (isr_usart2)
114#define UART_1_ISR (isr_usart1)
115#define UART_2_ISR (isr_usart3)
117#define UART_NUMOF ARRAY_SIZE(uart_config)
127 .rcc_mask = RCC_APB1ENR_TIM2EN,
137 .rcc_mask = RCC_APB2ENR_TIM8EN,
147#define PWM_NUMOF ARRAY_SIZE(pwm_config)
158 .rcc_mask = RCC_APB1ENR_TIM3EN,
168 .rcc_mask = RCC_APB1ENR_TIM4EN,
177#define QDEC_0_ISR isr_tim3
178#define QDEC_1_ISR isr_tim4
180#define QDEC_NUMOF ARRAY_SIZE(qdec_config)
198 .rccmask = RCC_APB2ENR_SPI1EN,
200#ifdef MODULE_PERIPH_DMA
217 .rccmask = RCC_APB1ENR_SPI2EN,
219#ifdef MODULE_PERIPH_DMA
236 .rccmask = RCC_APB1ENR_SPI3EN,
238#ifdef MODULE_PERIPH_DMA
247#define SPI_NUMOF ARRAY_SIZE(spi_config)
270#define VBAT_ADC ADC_LINE(6)
271#define ADC_NUMOF ARRAY_SIZE(adc_config)
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
Common configuration for STM32 I2C.
Common configuration for STM32 Timer peripheral based on TIM5.
@ GPIO_AF1
use alternate function 1
@ GPIO_AF2
use alternate function 2
@ GPIO_AF5
use alternate function 5
@ GPIO_AF6
use alternate function 6
@ GPIO_AF3
use alternate function 3
@ GPIO_AF7
use alternate function 7
@ APB1
Advanced Peripheral Bus 1
@ APB2
Advanced Peripheral Bus 2
ADC device configuration.
int stream
DMA stream on stm32f2/4/7, channel on others STM32F2/4/7:
PWM device configuration.
mini_timer_t * dev
Timer used.
Quadrature decoder configuration struct.
TIM_TypeDef * dev
Timer used.
SPI device configuration.
SPI_t * dev
pointer to the used SPI device
UART device configuration.
USART_t * dev
pointer to the used UART device