Loading...
Searching...
No Matches
Configuration_section_for_CMSIS

Macros

#define __CM4_REV   0x0001U
 Configuration of the Cortex-M4 Processor and Core Peripherals.
 
#define __MPU_PRESENT   1U
 
#define __NVIC_PRIO_BITS   4U
 
#define __Vendor_SysTickConfig   0U
 
#define __FPU_PRESENT   1U
 

Detailed Description

Macro Definition Documentation

◆ __CM4_REV

#define __CM4_REV   0x0001U

Configuration of the Cortex-M4 Processor and Core Peripherals.

Core revision r0p1

Definition at line 47 of file stm32f439xx.h.

◆ __MPU_PRESENT

#define __MPU_PRESENT   1U

STM32F4XX provides an MPU

Definition at line 48 of file stm32f439xx.h.

◆ __NVIC_PRIO_BITS

#define __NVIC_PRIO_BITS   4U

STM32F4XX uses 4 Bits for the Priority Levels

Definition at line 49 of file stm32f439xx.h.

◆ __Vendor_SysTickConfig

#define __Vendor_SysTickConfig   0U

Set to 1 if different SysTick Config is used

Definition at line 50 of file stm32f439xx.h.

◆ __FPU_PRESENT

#define __FPU_PRESENT   1U

FPU present

Definition at line 51 of file stm32f439xx.h.