diff --git a/lib/sw_services/xilpm/examples/xilpm_selfsuspend_example.c b/lib/sw_services/xilpm/examples/xilpm_selfsuspend_example.c index 503a957c..837d5b7b 100644 --- a/lib/sw_services/xilpm/examples/xilpm_selfsuspend_example.c +++ b/lib/sw_services/xilpm/examples/xilpm_selfsuspend_example.c @@ -69,7 +69,7 @@ extern void *_vector_table; #define CONTEXT_MEM_BASE 0xFFFC0000U #else /* Use TCM for saving context */ - #define CONTEXT_MEM_BASE 0x20000U + #define CONTEXT_MEM_BASE 0x8000U #endif /* The below sections will be saved during suspend */