precision-converters-firmware
Loading...
Searching...
No Matches
Macros
app_config.h File Reference

Configuration file for AD717x/AD411x firmware example. More...

#include <stdint.h>
#include "app_config_mbed.h"
Include dependency graph for app_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MBED_PLATFORM   1
 
#define STM32_PLATFORM   2
 
#define ACTIVE_PLATFORM   STM32_PLATFORM
 
#define DEV_AD4111
 
#define ACTIVE_DEVICE_NAME   "AD4111"
 
#define spi_init_extra_params   mbed_spi_extra_init_params
 
#define SCALE_FACTOR_DR   0.1
 

Detailed Description

Configuration file for AD717x/AD411x firmware example.

Copyright (c) 2020,2022,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

◆ ACTIVE_DEVICE_NAME

#define ACTIVE_DEVICE_NAME   "AD4111"

◆ ACTIVE_PLATFORM

#define ACTIVE_PLATFORM   STM32_PLATFORM

◆ DEV_AD4111

#define DEV_AD4111

◆ MBED_PLATFORM

#define MBED_PLATFORM   1

◆ SCALE_FACTOR_DR

#define SCALE_FACTOR_DR   0.1

◆ spi_init_extra_params

#define spi_init_extra_params   mbed_spi_extra_init_params

◆ STM32_PLATFORM

#define STM32_PLATFORM   2