Go to the documentation of this file.
21#undef VSF_DEVICE_HEADER
23#if defined(__STM32H743VI__)
24# define VSF_DEVICE_HEADER "./STM32H743VI/device.h"
25#elif defined(__STM32H743XI__)
26# define VSF_DEVICE_HEADER "./STM32H743XI/device.h"
28# error No supported device found.
32#include VSF_DEVICE_HEADER
34#ifdef __VSF_HEADER_ONLY_SHOW_ARCH_INFO__
40#ifndef __HAL_DEVICE_ST_STM32H7_H__
41#define __HAL_DEVICE_ST_STM32H7_H__