13 #ifndef APP_CONFIG_STM32_H_
14 #define APP_CONFIG_STM32_H_
22 #include "stm32_uart.h"
23 #include "stm32_i2c.h"
32 #define I2C_TIMING 0x00000E14
34 #define I2C_DEVICE_ID 1
36 #define APP_UART_HANDLE &huart3
44 extern UART_HandleTypeDef
huart3;
void stm32_system_init(void)
Initialize the STM32 system peripherals.
Definition: app_config_stm32.c:111
struct stm32_uart_init_param stm32_uart_extra_init_params
Definition: app_config_stm32.c:49
struct stm32_i2c_init_param stm32_i2c_extra_init_params
Definition: app_config_stm32.c:99
UART_HandleTypeDef huart3