fsfw-example-stm32h7-freertos/bsp_stm32h7_freertos/NUCLEO-H743ZI/Inc/stm32h7xx_nucleo_conf.h

83 lines
1.7 KiB
C
Raw Normal View History

2021-07-12 21:50:48 +02:00
/**
2022-05-22 15:30:38 +02:00
******************************************************************************
* @file stm32h7xx_nucleo_conf.h
* @author MCD Application Team
* @brief STM32H7xx_Nuleo board configuration file.
******************************************************************************
* @attention
*
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under BSD 3-Clause license,
* the "License"; You may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
* opensource.org/licenses/BSD-3-Clause
*
******************************************************************************
*/
2021-07-12 21:50:48 +02:00
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef STM32H7XX_NUCLEO_CONF_H
#define STM32H7XX_NUCLEO_CONF_H
#ifdef __cplusplus
2022-05-22 15:30:38 +02:00
extern "C" {
2021-07-12 21:50:48 +02:00
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32h743xx.h"
2022-05-22 15:30:38 +02:00
#include "stm32h7xx_hal.h"
2021-07-12 21:50:48 +02:00
/** @addtogroup BSP
2022-05-22 15:30:38 +02:00
* @{
*/
2021-07-12 21:50:48 +02:00
/** @addtogroup STM32H7XX_NUCLEO
2022-05-22 15:30:38 +02:00
* @{
*/
2021-07-12 21:50:48 +02:00
/** @defgroup STM32H7XX_NUCLEO_CONFIG Config
2022-05-22 15:30:38 +02:00
* @{
*/
2021-07-12 21:50:48 +02:00
/** @defgroup STM32H7XX_NUCLEO_CONFIG_Exported_Constants Exported Constants
2022-05-22 15:30:38 +02:00
* @{
*/
2021-07-12 21:50:48 +02:00
/* Nucleo pin and part number defines */
#define USE_NUCLEO_144
#define USE_NUCLEO_H743ZI
/* COM define */
2022-05-22 15:30:38 +02:00
#define USE_COM_LOG 0U
#define USE_BSP_COM_FEATURE 1U
2021-07-12 21:50:48 +02:00
/* IRQ priorities */
2022-05-22 15:30:38 +02:00
#define BSP_BUTTON_USER_IT_PRIORITY 15U
2021-07-12 21:50:48 +02:00
2022-05-22 15:30:38 +02:00
#define BUS_SPI1_BAUDRATE 18000000
2021-07-12 21:50:48 +02:00
/**
2022-05-22 15:30:38 +02:00
* @}
*/
2021-07-12 21:50:48 +02:00
/**
2022-05-22 15:30:38 +02:00
* @}
*/
2021-07-12 21:50:48 +02:00
/**
2022-05-22 15:30:38 +02:00
* @}
*/
2021-07-12 21:50:48 +02:00
/**
2022-05-22 15:30:38 +02:00
* @}
*/
2021-07-12 21:50:48 +02:00
#ifdef __cplusplus
}
#endif
#endif /* STM32H7XX_NUCLEO_CONF_H */
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/