Peripheral MCU configuration for the nucleo-wl55jc board.
More...
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
Go to the source code of this file.
◆ ARDUINO_SPI_D11D12D13
#define ARDUINO_SPI_D11D12D13 SPI_DEV(1) |
Provide ARDUINO_SPI_D11D12D13 explicitly, as the first SPI interface is connected to the radio.
Definition at line 125 of file periph_conf.h.
◆ CONFIG_BOARD_HAS_HSE
#define CONFIG_BOARD_HAS_HSE 1 |
◆ CONFIG_BOARD_HAS_LSE
#define CONFIG_BOARD_HAS_LSE 1 |
◆ CONFIG_CLOCK_HSE
#define CONFIG_CLOCK_HSE MHZ(32) |
◆ I2C_1_ISR
#define I2C_1_ISR isr_i2c2_er |
◆ I2C_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
◆ UART_1_ISR
#define UART_1_ISR (isr_usart1) |
◆ UART_NUMOF
◆ i2c_config
Initial value:= {
{
.dev = I2C2,
.rcc_mask = RCC_APB1ENR1_I2C2EN,
.rcc_sw_mask = RCC_CCIPR_I2C2SEL_1,
.irqn = I2C2_ER_IRQn,
}
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
@ GPIO_AF4
use alternate function 4
@ APB1
Advanced Peripheral Bus 1
Definition at line 132 of file periph_conf.h.
◆ spi_config
◆ uart_config
Initial value:= {
{
.dev = LPUART1,
.rcc_mask = RCC_APB1ENR2_LPUART1EN,
.bus = APB12,
.irqn = LPUART1_IRQn,
.clk_src = 0,
},
{
.dev = USART1,
.rcc_mask = RCC_APB2ENR_USART1EN,
.irqn = USART1_IRQn,
.clk_src = 0,
},
}
@ GPIO_AF8
use alternate function 8
@ GPIO_AF7
use alternate function 7
@ STM32_LPUART
STM32 Low-power UART (LPUART) module type.
@ STM32_USART
STM32 USART module type.
@ APB2
Advanced Peripheral Bus 2
Definition at line 51 of file periph_conf.h.