precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
app_config_stm32.h File Reference

Header file for STM32 platform configurations. More...

#include "stm32_spi.h"
#include "stm32_uart.h"
#include "stm32_gpio.h"
#include "stm32_i2c.h"
#include "stm32_uart_stdio.h"
#include "main.h"
Include dependency graph for app_config_stm32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPI_DEVICE_ID   5
 
#define SPI_CS_PORT   1
 
#define SPI_CSB   9
 
#define I2C_DEVICE_ID   3
 
#define GAIN_PIN   0
 
#define GAIN_PORT   9
 
#define RESET_PIN   3
 
#define RESET_PORT   9
 
#define LDAC_PIN   4
 
#define LDAC_PORT   9
 
#define LED_GREEN   LED3
 
#define LED_GREEN_PORT   10
 
#define I2C_TIMING   0
 
#define APP_UART_HANDLE   &huart5
 
#define UART_IRQ_ID   UART5_IRQn
 
#define uart_ops   stm32_uart_ops
 
#define i2c_ops   stm32_i2c_ops
 
#define gpio_ops   stm32_gpio_ops
 
#define spi_ops   stm32_spi_ops
 

Functions

void stm32_system_init (void)
 Initialize the STM32 system peripherals.
 

Variables

struct no_os_uart_desc * uart_desc
 
UART_HandleTypeDef huart5
 
struct stm32_uart_init_param stm32_uart_extra_init_params
 
struct stm32_spi_init_param stm32_spi_extra_init_params
 
struct stm32_i2c_init_param stm32_i2c_extra_init_params
 
struct stm32_gpio_init_param stm32_gpio_reset_init_params
 
struct stm32_gpio_init_param stm32_gain_gpio_init_params
 
struct stm32_gpio_init_param stm32_gpio_ldac_init_params
 

Detailed Description

Header file for STM32 platform configurations.

Copyright (c) 2025 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Macro Definition Documentation

◆ APP_UART_HANDLE

#define APP_UART_HANDLE   &huart5

◆ GAIN_PIN

#define GAIN_PIN   0

◆ GAIN_PORT

#define GAIN_PORT   9

◆ gpio_ops

#define gpio_ops   stm32_gpio_ops

◆ I2C_DEVICE_ID

#define I2C_DEVICE_ID   3

◆ i2c_ops

#define i2c_ops   stm32_i2c_ops

◆ I2C_TIMING

#define I2C_TIMING   0

◆ LDAC_PIN

#define LDAC_PIN   4

◆ LDAC_PORT

#define LDAC_PORT   9

◆ LED_GREEN

#define LED_GREEN   LED3

◆ LED_GREEN_PORT

#define LED_GREEN_PORT   10

◆ RESET_PIN

#define RESET_PIN   3

◆ RESET_PORT

#define RESET_PORT   9

◆ SPI_CS_PORT

#define SPI_CS_PORT   1

◆ SPI_CSB

#define SPI_CSB   9

◆ SPI_DEVICE_ID

#define SPI_DEVICE_ID   5

◆ spi_ops

#define spi_ops   stm32_spi_ops

◆ UART_IRQ_ID

#define UART_IRQ_ID   UART5_IRQn

◆ uart_ops

#define uart_ops   stm32_uart_ops

Function Documentation

◆ stm32_system_init()

void stm32_system_init ( void  )
extern

Initialize the STM32 system peripherals.

Returns
None
Here is the caller graph for this function:

Variable Documentation

◆ huart5

UART_HandleTypeDef huart5
extern

◆ stm32_gain_gpio_init_params

struct stm32_gpio_init_param stm32_gain_gpio_init_params
extern

◆ stm32_gpio_ldac_init_params

struct stm32_gpio_init_param stm32_gpio_ldac_init_params
extern

◆ stm32_gpio_reset_init_params

struct stm32_gpio_init_param stm32_gpio_reset_init_params
extern

◆ stm32_i2c_extra_init_params

struct stm32_i2c_init_param stm32_i2c_extra_init_params
extern

◆ stm32_spi_extra_init_params

struct stm32_spi_init_param stm32_spi_extra_init_params
extern

◆ stm32_uart_extra_init_params

struct stm32_uart_init_param stm32_uart_extra_init_params
extern

◆ uart_desc

struct no_os_uart_desc* uart_desc
extern