From c395f884aa7a747d4a5a175f2bd2bbb464678ffb Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:07:08 +0200 Subject: [PATCH] Update reference regions file --- .../RteTestM4/regions_RteTest_ARMCM4_FP_ref.h | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h b/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h index ce18c11bd..0099729ec 100644 --- a/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h +++ b/test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h @@ -4,12 +4,13 @@ //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- -// Device pack: ARM::RteTest_DFP@0.2.0 -// Device pack used to generate this file +// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES! +// Generated using information from packs +// Device Family Pack (DFP): ARM::RteTest_DFP@0.2.0 -// ROM Configuration +// ROM Configuration // ======================= -// FLASH=<__ROM0> +// __ROM0 (is region: FLASH from DFP) // Base address <0x0-0xFFFFFFFF:8> // Defines base address of memory region. // Default: 0x00000000 @@ -18,19 +19,19 @@ // Defines size of memory region. // Default: 0x00040000 #define __ROM0_SIZE 0x00040000 -// Default region +// Default region // Enables memory region globally for the application. #define __ROM0_DEFAULT 1 -// Startup +// Startup // Selects region to be used for startup code. #define __ROM0_STARTUP 1 // // -// RAM Configuration +// RAM Configuration // ======================= -// SRAM=<__RAM0> +// __RAM0 (is region: SRAM from DFP) // Base address <0x0-0xFFFFFFFF:8> // Defines base address of memory region. // Default: 0x20000000 @@ -39,22 +40,23 @@ // Defines size of memory region. // Default: 0x00020000 #define __RAM0_SIZE 0x00020000 -// Default region +// Default region // Enables memory region globally for the application. #define __RAM0_DEFAULT 1 -// No zero initialize +// No zero initialize // Excludes region from zero initialization. #define __RAM0_NOINIT 1 // // -// Stack / Heap Configuration +// Stack / Heap Configuration // Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> // Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> #define __STACK_SIZE 0x00000200 -#define __HEAP_SIZE 0x00000C00 +#define __HEAP_SIZE 0x00000000 // #endif /* REGIONS_RTETEST_ARMCM4_FP_H */ +