13#ifndef APP_CONFIG_STM32_H_
14#define APP_CONFIG_STM32_H_
20#include "stm32_uart.h"
23#include "stm32_gpio.h"
25#include "stm32_gpio_irq.h"
33#define HW_CARRIER_NAME NUCLEO-H563ZI
36#define SPI_DEVICE_ID 1
41#define APP_UART_HANDLE huart3
44#define UART_IRQ_ID USART3_IRQn
50#define RDY_GPIO_PRIORITY 1
52#define I2C_DEVICE_ID 1
57#define I2C_TIMING 0x00000E14
61#define HW_CARRIER_NAME DISCO-F769NI
64#define SPI_DEVICE_ID 2
69#define APP_UART_HANDLE huart6
72#define UART_IRQ_ID USART6_IRQn
78#define I2C_DEVICE_ID 1
83#define I2C_TIMING 0x40912732
86#define LVGL_TICK_TIME_US 5000
87#define LVGL_TICK_TIME_MS (LVGL_TICK_TIME_US / 1000)
void stm32_system_init(void)
Initialize the STM32 system peripherals.
Definition app_config_stm32.c:176
struct stm32_gpio_irq_init_param stm32_trigger_gpio_irq_init_params
Definition app_config_stm32.c:43
struct stm32_i2c_init_param stm32_i2c_extra_init_params
Definition app_config_stm32.c:152
struct stm32_uart_init_param stm32_uart_extra_init_params
Definition app_config_stm32.c:102
#define APP_UART_HANDLE
Definition app_config_stm32.h:131
struct stm32_spi_init_param stm32_spi_extra_init_params
Definition app_config_stm32.c:43