Skip to content

Commit

Permalink
Update reference regions file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored Aug 5, 2024
1 parent 0f26e8f commit c395f88
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions test/projects/RteTestM4/regions_RteTest_ARMCM4_FP_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------

// <n>Device pack: ARM::[email protected]
// <i>Device pack used to generate this file
// Auto-generated file: USE CONFIGURATION WIZARD TO CHANGE VALUES!
// <n> Generated using information from packs
// <i> Device Family Pack (DFP): ARM::[email protected]

// <h>ROM Configuration
// <h> ROM Configuration
// =======================
// <h> FLASH=<__ROM0>
// <h> __ROM0 (is region: FLASH from DFP)
// <o> Base address <0x0-0xFFFFFFFF:8>
// <i> Defines base address of memory region.
// <i> Default: 0x00000000
Expand All @@ -18,19 +19,19 @@
// <i> Defines size of memory region.
// <i> Default: 0x00040000
#define __ROM0_SIZE 0x00040000
// <q>Default region
// <q> Default region
// <i> Enables memory region globally for the application.
#define __ROM0_DEFAULT 1
// <q>Startup
// <q> Startup
// <i> Selects region to be used for startup code.
#define __ROM0_STARTUP 1
// </h>

// </h>

// <h>RAM Configuration
// <h> RAM Configuration
// =======================
// <h> SRAM=<__RAM0>
// <h> __RAM0 (is region: SRAM from DFP)
// <o> Base address <0x0-0xFFFFFFFF:8>
// <i> Defines base address of memory region.
// <i> Default: 0x20000000
Expand All @@ -39,22 +40,23 @@
// <i> Defines size of memory region.
// <i> Default: 0x00020000
#define __RAM0_SIZE 0x00020000
// <q>Default region
// <q> Default region
// <i> Enables memory region globally for the application.
#define __RAM0_DEFAULT 1
// <q>No zero initialize
// <q> No zero initialize
// <i> Excludes region from zero initialization.
#define __RAM0_NOINIT 1
// </h>

// </h>

// <h>Stack / Heap Configuration
// <h> Stack / Heap Configuration
// <o0> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
// <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
#define __STACK_SIZE 0x00000200
#define __HEAP_SIZE 0x00000C00
#define __HEAP_SIZE 0x00000000
// </h>


#endif /* REGIONS_RTETEST_ARMCM4_FP_H */

0 comments on commit c395f88

Please sign in to comment.