SCS_BASE is only used within CMSIS.
 
Symbols
loading...
Files
loading...

SCS_BASE macro

System Control Space Base Address

Syntax

#define SCS_BASE (0xE000E000UL)

References

LocationText
core_cm4.h:1550
#define SCS_BASE (0xE000E000UL) /*!< System Control Space Base Address */
core_cm4.h:1555
#define SysTick_BASE (SCS_BASE + 0x0010UL) /*!< SysTick Base Address */
core_cm4.h:1556
#define NVIC_BASE (SCS_BASE + 0x0100UL) /*!< NVIC Base Address */
core_cm4.h:1557
#define SCB_BASE (SCS_BASE + 0x0D00UL) /*!< System Control Block Base Address */
core_cm4.h:1569
#define MPU_BASE (SCS_BASE + 0x0D90UL) /*!< Memory Protection Unit */
core_cm4.h:1573
#define FPU_BASE (SCS_BASE + 0x0F30UL) /*!< Floating Point Unit */