Skip to content

Commit

Permalink
update reference files
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored Aug 5, 2024
1 parent c395f88 commit 5e53360
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions test/projects/RteTestM4/regions_RteTest_CM4_board_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@

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

// <n>Board pack: ARM::[email protected]
// <i>Board 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]
// <i> Board Support Pack (BSP): ARM::[email protected]

// <n>Device pack: ARM::[email protected]
// <i>Device pack used to generate this file

// <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 @@ -21,15 +20,15 @@
// <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> BoardFLASH (board memory)=<__ROM1>
// <h> __ROM1 (is region: BoardFLASH from BSP)
// <o> Base address <0x0-0xFFFFFFFF:8>
// <i> Defines base address of memory region.
// <i> Default: 0x30000000
Expand All @@ -38,19 +37,19 @@
// <i> Defines size of memory region.
// <i> Default: 0x00040000
#define __ROM1_SIZE 0x00040000
// <q>Default region
// <q> Default region
// <i> Enables memory region globally for the application.
#define __ROM1_DEFAULT 1
// <q>Startup
// <q> Startup
// <i> Selects region to be used for startup code.
#define __ROM1_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 @@ -59,15 +58,15 @@
// <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> BoardRAM (board memory)=<__RAM1>
// <h> __RAM1 (is region: BoardRAM from BSP)
// <o> Base address <0x0-0xFFFFFFFF:8>
// <i> Defines base address of memory region.
// <i> Default: 0x40000000
Expand All @@ -76,21 +75,21 @@
// <i> Defines size of memory region.
// <i> Default: 0x00020000
#define __RAM1_SIZE 0x00020000
// <q>Default region
// <q> Default region
// <i> Enables memory region globally for the application.
#define __RAM1_DEFAULT 1
// <q>No zero initialize
// <q> No zero initialize
// <i> Excludes region from zero initialization.
#define __RAM1_NOINIT 0
// </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>


Expand Down

0 comments on commit 5e53360

Please sign in to comment.