| 
    precision-converters-firmware
    
   | 
 
Header file for STM32 platform configurations. More...
#include "stm32_uart.h"#include "stm32_spi.h"#include "stm32_i2c.h"#include "stm32_gpio.h"#include "stm32_gpio_irq.h"#include "main.h"#include "stm32_usb_uart.h"#include "app_config.h"#include "stm32_irq.h"

Go to the source code of this file.
Macros | |
| #define | TARGET_NAME SDP-K1 | 
| #define | SPI_DEVICE_ID 5 | 
| #define | SPI_CS_PORT 1 | 
| #define | SPI_CSB 9 | 
| #define | I2C_DEVICE_ID 3 | 
| #define | UART_IRQ_ID UART5_IRQn | 
| #define | UART_ID 5 | 
| #define | APP_UART_HANDLE &huart5 | 
| #define | APP_UART_USB_HANDLE hUsbDeviceHS | 
| #define | USB_IRQ_ID OTG_HS_IRQn | 
| #define | RDY_PORT 6 | 
| #define | RDY_PIN 11 | 
| #define | RDY_GPIO_PRIORITY 1 | 
| #define | MAX_SPI_SCLK 11250000 | 
Functions | |
| void | stm32_system_init (void) | 
| Initialize the STM32 system peripherals.   | |
Variables | |
| UART_HandleTypeDef | huart5 | 
| USBD_HandleTypeDef | APP_UART_USB_HANDLE | 
| struct stm32_usb_uart_init_param | stm32_vcom_extra_init_params | 
| 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_irq_init_param | stm32_trigger_gpio_irq_init_params | 
| struct stm32_uart_desc * | uart_extra_params | 
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.
| #define APP_UART_HANDLE &huart5 | 
| #define APP_UART_USB_HANDLE hUsbDeviceHS | 
| #define I2C_DEVICE_ID 3 | 
| #define MAX_SPI_SCLK 11250000 | 
| #define RDY_GPIO_PRIORITY 1 | 
| #define RDY_PIN 11 | 
| #define RDY_PORT 6 | 
| #define SPI_CS_PORT 1 | 
| #define SPI_CSB 9 | 
| #define SPI_DEVICE_ID 5 | 
| #define TARGET_NAME SDP-K1 | 
| #define UART_ID 5 | 
| #define UART_IRQ_ID UART5_IRQn | 
| #define USB_IRQ_ID OTG_HS_IRQn | 
      
  | 
  extern | 
Initialize the STM32 system peripherals.
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern | 
      
  | 
  extern |