Index: ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
===================================================================
--- ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf	(revision 48)
+++ ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf	(revision 55)
@@ -50,5 +50,5 @@
 //
 define region FLASH = FLASH1;
-define region RAM   = DTCM_RAM;
+define region RAM   = AXI_RAM;
 
 //
@@ -125,5 +125,5 @@
                                               zeroinit                                              // Catch-all for zero-initialized data sections (e.g. .bss)
                                             };
-place in RAM                                { block heap };                                         // Heap reserved block
-place at end of RAM with fixed order        { block stack_process,
+place in DTCM_RAM                           { block heap };                                         // Heap reserved block
+place at end of DTCM_RAM with fixed order   { block stack_process,
                                               block stack };                                        // Stack reserved block at the end
