From 07f9827eef7233cba35741b35724f3f9785b73c1 Mon Sep 17 00:00:00 2001 From: Albert Huang <58316522+AlbertHuang-CPU@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:33:57 +0800 Subject: [PATCH] Update core_starmc1.h Fix bug of EMSS type definition --- CMSIS/Core/Include/core_starmc1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CMSIS/Core/Include/core_starmc1.h b/CMSIS/Core/Include/core_starmc1.h index 724638fb..ca35086a 100644 --- a/CMSIS/Core/Include/core_starmc1.h +++ b/CMSIS/Core/Include/core_starmc1.h @@ -582,6 +582,7 @@ typedef struct typedef struct { __IOM uint32_t CACR; /*!< Offset: 0x0 (R/W) L1 Cache Control Register */ + uint32_t RESERVED0[3U]; __IOM uint32_t ITCMCR; /*!< Offset: 0x10 (R/W) Instruction Tightly-Coupled Memory Control Register */ __IOM uint32_t DTCMCR; /*!< Offset: 0x14 (R/W) Data Tightly-Coupled Memory Control Registers */ } EMSS_Type;