#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_timer_tim5.h"
Go to the source code of this file.
Peripheral MCU configuration for the nucleo-f401re board | |
#define | CONFIG_BOARD_HAS_LSE 1 |
#define | CONFIG_BOARD_HAS_HSE 1 |
DMA streams configuration | |
#define | DMA_0_ISR isr_dma2_stream3 |
#define | DMA_1_ISR isr_dma2_stream2 |
#define | DMA_2_ISR isr_dma1_stream4 |
#define | DMA_3_ISR isr_dma1_stream3 |
#define | DMA_4_ISR isr_dma1_stream5 |
#define | DMA_5_ISR isr_dma1_stream0 |
#define | DMA_NUMOF ARRAY_SIZE(dma_config) |
static const dma_conf_t | dma_config [] |
UART configuration | |
#define | UART_0_ISR (isr_usart2) |
#define | UART_1_ISR (isr_usart1) |
#define | UART_2_ISR (isr_usart6) |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
static const uart_conf_t | uart_config [] |
PWM configuration | |
#define | PWM_NUMOF ARRAY_SIZE(pwm_config) |
static const pwm_conf_t | pwm_config [] |
QDEC configuration | |
#define | QDEC_0_ISR isr_tim3 |
#define | QDEC_1_ISR isr_tim4 |
#define | QDEC_NUMOF ARRAY_SIZE(qdec_config) |
static const qdec_conf_t | qdec_config [] |
SPI configuration | |
#define | SPI_NUMOF ARRAY_SIZE(spi_config) |
static const spi_conf_t | spi_config [] |
ADC configuration | |
Note that we do not configure all ADC channels, and not in the STM32F401 order. Instead, we just define 6 ADC channels, for the Nucleo Arduino header pins A0-A5 and the internal VBAT channel. | |
#define | VBAT_ADC ADC_LINE(6) |
VBAT ADC line. More... | |
#define | ADC_NUMOF ARRAY_SIZE(adc_config) |
static const adc_conf_t | adc_config [] |
#define ADC_NUMOF ARRAY_SIZE(adc_config) |
Definition at line 261 of file periph_conf.h.
#define CONFIG_BOARD_HAS_HSE 1 |
Definition at line 29 of file periph_conf.h.
#define CONFIG_BOARD_HAS_LSE 1 |
Definition at line 24 of file periph_conf.h.
#define DMA_0_ISR isr_dma2_stream3 |
Definition at line 54 of file periph_conf.h.
#define DMA_1_ISR isr_dma2_stream2 |
Definition at line 55 of file periph_conf.h.
#define DMA_2_ISR isr_dma1_stream4 |
Definition at line 56 of file periph_conf.h.
#define DMA_3_ISR isr_dma1_stream3 |
Definition at line 57 of file periph_conf.h.
#define DMA_4_ISR isr_dma1_stream5 |
Definition at line 58 of file periph_conf.h.
#define DMA_5_ISR isr_dma1_stream0 |
Definition at line 59 of file periph_conf.h.
#define DMA_NUMOF ARRAY_SIZE(dma_config) |
Definition at line 61 of file periph_conf.h.
#define PWM_NUMOF ARRAY_SIZE(pwm_config) |
Definition at line 137 of file periph_conf.h.
#define QDEC_0_ISR isr_tim3 |
Definition at line 167 of file periph_conf.h.
#define QDEC_1_ISR isr_tim4 |
Definition at line 168 of file periph_conf.h.
#define QDEC_NUMOF ARRAY_SIZE(qdec_config) |
Definition at line 170 of file periph_conf.h.
#define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 237 of file periph_conf.h.
#define UART_0_ISR (isr_usart2) |
Definition at line 113 of file periph_conf.h.
#define UART_1_ISR (isr_usart1) |
Definition at line 114 of file periph_conf.h.
#define UART_2_ISR (isr_usart6) |
Definition at line 115 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 117 of file periph_conf.h.
#define VBAT_ADC ADC_LINE(6) |
VBAT ADC line.
Definition at line 260 of file periph_conf.h.
|
static |
Definition at line 250 of file periph_conf.h.
|
static |
Definition at line 45 of file periph_conf.h.
|
static |
Definition at line 124 of file periph_conf.h.
|
static |
|
static |
Definition at line 177 of file periph_conf.h.
|
static |
Definition at line 68 of file periph_conf.h.