precision-converters-firmware
|
Header file for STM32 platform configurations. More...
#include "stm32_spi.h"
#include "stm32_uart.h"
#include "stm32_irq.h"
#include "stm32_uart_stdio.h"
#include "main.h"
Go to the source code of this file.
Macros | |
#define | SPI_DEVICE_ID 5 |
#define | SPI_CS_PORT 1 |
#define | SPI_SS 9 |
#define | APP_UART_HANDLE &huart5 |
#define | UART_IRQ_ID UART5_IRQn |
#define | MAX_SPI_CLK 2000000 |
#define | spi_ops stm32_spi_ops |
#define | uart_ops stm32_uart_ops |
Functions | |
void | stm32_system_init (void) |
Initialize the STM32 system peripherals. | |
int32_t | check_escape_key_pressed () |
Determines if the Escape key was pressed. | |
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 |
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 MAX_SPI_CLK 2000000 |
#define SPI_CS_PORT 1 |
#define SPI_DEVICE_ID 5 |
The ADI SDP_K1 can be used with both arduino headers or the 120-pin SDP connector found on ADI evaluation boards. The default is the Arduino connector
Comment the SDP_120 #define below to enable the Arduino connector
#define spi_ops stm32_spi_ops |
#define SPI_SS 9 |
#define UART_IRQ_ID UART5_IRQn |
#define uart_ops stm32_uart_ops |
|
extern |
Determines if the Escape key was pressed.
|
extern |
Initialize the STM32 system peripherals.
|
extern |
|
extern |
|
extern |
|
extern |