Skip to content

Commit 153ea17

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
correct CMSDK for M0Plus due to MPU is not presented
1 parent a2c0294 commit 153ea17

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M0P/device

1 file changed

+1
-1
lines changed

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M0P/device/CMSDK_CM0plus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ typedef enum IRQn {
9898

9999
/* -------- Configuration of the Cortex-M0+ Processor and Core Peripherals ------ */
100100
#define __CM0PLUS_REV 0x0000 /* Core revision r0p0 */
101-
#define __MPU_PRESENT 1 /* MPU present or not */
101+
#define __MPU_PRESENT 0 /* MPU present or not */
102102
#define __VTOR_PRESENT 1 /* VTOR present or not */
103103
#define __NVIC_PRIO_BITS 2 /* Number of Bits used for Priority Levels */
104104
#define __Vendor_SysTickConfig 0 /* Set to 1 if different SysTick Config is used */

0 commit comments

Comments
 (0)