Index: ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
===================================================================
--- ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf	(revision 91)
+++ ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf	(revision 92)
@@ -49,6 +49,8 @@
 // Combined regions per memory type
 //
-define region FLASH = FLASH1;
-define region RAM   = DTCM_RAM;
+define region FLASH     = FLASH1;
+define region RAM       = DTCM_RAM;
+define region AXI_DMA   = [0x24000000 size 8k];   // This region also defined in MPU as non-cachable!
+define region BKP_DMA   = [0x38000000 size 512];  // This region also defined in MPU as non-cachable!
 
 //
@@ -117,5 +119,6 @@
 place in RAM1                               { section .RAM1, section .RAM1.* };
 place in DTCM_RAM                           { section .DTCM_RAM, section .DTCM_RAM.* };
-place in AXI_RAM                            { section .AXI_RAM, section .AXI_RAM.* };
+place in AXI_DMA                            { section .AXI_RAM_4_DMA, section .AXI_RAM_4_DMA.* };
+place in BKP_DMA                            { section .BKP_RAM_4_DMA, section .BKP_RAM_4_DMA.* };
 //
 // RAM Placement
