diff --git a/core_main.c b/core_main.c index a4beeb6..3ee9245 100644 --- a/core_main.c +++ b/core_main.c @@ -82,7 +82,7 @@ ee_s32 get_seed_32(int i); #endif #if (MEM_METHOD == MEM_STATIC) -ee_u8 static_memblk[TOTAL_DATA_SIZE]; +MEM_STATIC_ATTR ee_u8 static_memblk[TOTAL_DATA_SIZE]; #endif char *mem_name[3] = { "Static", "Heap", "Stack" }; /* Function: main