#ifndef REGIONS_ARMCM0P_H #define REGIONS_ARMCM0P_H //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- // Device pack: ARM::Cortex_DFP@1.0.0 // Device pack used to generate this file // ROM Configuration // ======================= // ROM=<__ROM0> // Base address <0x0-0xFFFFFFFF:8> // Defines base address of memory region. // Default: 0x00000000 #define __ROM0_BASE 0x00000000 // Region size [bytes] <0x0-0xFFFFFFFF:8> // Defines size of memory region. // Default: 0x00040000 #define __ROM0_SIZE 0x00200000 // Default region // Enables memory region globally for the application. #define __ROM0_DEFAULT 1 // Startup // Selects region to be used for startup code. #define __ROM0_STARTUP 1 // // // RAM Configuration // ======================= // RAM=<__RAM0> // Base address <0x0-0xFFFFFFFF:8> // Defines base address of memory region. // Default: 0x20000000 #define __RAM0_BASE 0x20000000 // Region size [bytes] <0x0-0xFFFFFFFF:8> // Defines size of memory region. // Default: 0x00020000 #define __RAM0_SIZE 0x00200000 // Default region // Enables memory region globally for the application. #define __RAM0_DEFAULT 1 // No zero initialize // Excludes region from zero initialization. #define __RAM0_NOINIT 0 // // // Stack / Heap Configuration // Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> // Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> #define __STACK_SIZE 0x00002000 #define __HEAP_SIZE 0x00100000 // #endif /* REGIONS_ARMCM0P_H */