Skip to content

Commit

Permalink
Update core_starmc1.h
Browse files Browse the repository at this point in the history
Fix bug of EMSS type definition
  • Loading branch information
AlbertHuang-CPU authored and JonatanAntoni committed Sep 3, 2024
1 parent cd2b418 commit 07f9827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMSIS/Core/Include/core_starmc1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07f9827

Please sign in to comment.