#define __CM0PLUS_REV 0x0000 /* LPC81x */ #define __CM0PLUS_REV 0x0001 /* LPC82x */ |
/* Configuration of the Cortex-M0+ Processor and Core Peripherals */ #define __CM0_REV 0x0000/*!< Cortex-M0 Core Revision */ #define __MPU_PRESENT 0/*!< MPU present or not */ #define __NVIC_PRIO_BITS 2/*!< Number of Bits used for Priority Levels */ #define __Vendor_SysTickConfig 0/*!< Set to 1 if different SysTick Config is used */ |
/* Configuration of the Cortex-M0+ Processor and Core Peripherals */ #define __CM0PLUS_REV 0x0001/*!< Cortex-M0+ Core Revision */ #define __MPU_PRESENT 0/*!< MPU present or not */ #define __VTOR_PRESENT 1/*!< VTOR is present in this implementation */ #define __NVIC_PRIO_BITS 2/*!< Number of Bits used for Priority Levels */ #define __Vendor_SysTickConfig 0/*!< Set to 1 if different SysTick Config is used */ |
*( (volatile uint32_t*) 0xE000ED08 ) = 0x1000; |