From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/SVD/html/elem_cpu.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/SVD/html/elem_cpu.html') diff --git a/docs/SVD/html/elem_cpu.html b/docs/SVD/html/elem_cpu.html index af2a026..0ca7304 100644 --- a/docs/SVD/html/elem_cpu.html +++ b/docs/SVD/html/elem_cpu.html @@ -152,6 +152,7 @@ $(document).ready(function(){initNavTree('elem_cpu.html','');});
  • CM23: Arm Cortex-M23
  • CM3: Arm Cortex-M3
  • CM33: Arm Cortex-M33
  • +
  • CM35P: Arm Cortex-M35P
  • SC300: Arm Secure Core SC300
  • CM4: Arm Cortex-M4
  • CM7: Arm Cortex-M7
  • @@ -180,10 +181,12 @@ $(document).ready(function(){initNavTree('elem_cpu.html','');}); mpuPresent Indicate whether the processor is equipped with a memory protection unit (MPU). This tag is either set to true or false, 1 or 0. boolean 1..1 -fpuPresent Indicate whether the processor is equipped with a hardware floating point unit (FPU). Cortex-M4, Cortex-M7 and Cortex-M33 are the only available Cortex-M processor with an optional FPU. This tag is either set to true or false, 1 or 0. boolean 1..1 +fpuPresent Indicate whether the processor is equipped with a hardware floating point unit (FPU). Cortex-M4, Cortex-M7, Cortex-M33 and Cortex-M35P are the only available Cortex-M processor with an optional FPU. This tag is either set to true or false, 1 or 0. boolean 1..1 fpuDP Indicate whether the processor is equipped with a double precision floating point unit. This element is valid only when <fpuPresent> is set to true. Currently, only Cortex-M7 processors can have a double precision floating point unit. boolean 0..1 +dspPresent Indicates whether the processor implements the optional SIMD DSP extensions (DSP). Cortex-M33 and Cortex-M35P are the only available Cortex-M processor with an optional DSP extension. For ARMv7M SIMD DSP extensions are a mandatory part of Cortex-M4 and Cortex-M7. This tag is either set to true or false, 1 or 0.. This element is mandatory for Cortex-M33, Cortex-M35P and future processors with optional SIMD DSP instruction set. boolean 0..1 + icachePresent Indicate whether the processor has an instruction cache. Note: only for Cortex-M7-based devices. boolean 0..1 dcachePresent Indicate whether the processor has a data cache. Note: only for Cortex-M7-based devices. boolean 0..1 @@ -289,7 +292,7 @@ $(document).ready(function(){initNavTree('elem_cpu.html','');});