Loading...
Searching...
No Matches
stm32f4xx.h File Reference

CMSIS STM32F4xx Device Peripheral Access Layer Header File. More...

#include "stm32f439xx.h"

Go to the source code of this file.

Macros

#define STM32F4
 STM32 Family.
 
#define STM32F439xx
 
#define __STM32F4xx_CMSIS_VERSION_MAIN   (0x02U)
 Comment the line below if you will not use the peripherals drivers. In this case, these drivers will not be included and the application code will be based on direct access to peripherals registers.
 
#define __STM32F4xx_CMSIS_VERSION_SUB1   (0x06U)
 
#define __STM32F4xx_CMSIS_VERSION_SUB2   (0x09U)
 
#define __STM32F4xx_CMSIS_VERSION_RC   (0x00U)
 

Detailed Description

CMSIS STM32F4xx Device Peripheral Access Layer Header File.

Author
MCD Application Team
     The file is the unique include file that the application programmer
     is using in the C source code, usually in main.c. This file contains:
      - Configuration section that allows to select:
         - The STM32F4xx device used in the target application
         - To use or not the peripheral's drivers in application code(i.e.
           code will be based on direct access to peripheral's registers
           rather than drivers API), this option is controlled by
           "#define USE_HAL_DRIVER"
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx.h.