Ignore:
Timestamp:
Feb 14, 2025, 8:27:41 AM (3 months ago)
Author:
Zed
Message:

Fixing project before changing MPU settings in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf

    r91 r92  
    4949// Combined regions per memory type
    5050//
    51 define region FLASH = FLASH1;
    52 define region RAM   = DTCM_RAM;
     51define region FLASH     = FLASH1;
     52define region RAM       = DTCM_RAM;
     53define region AXI_DMA   = [0x24000000 size 8k];   // This region also defined in MPU as non-cachable!
     54define region BKP_DMA   = [0x38000000 size 512];  // This region also defined in MPU as non-cachable!
    5355
    5456//
     
    117119place in RAM1                               { section .RAM1, section .RAM1.* };
    118120place in DTCM_RAM                           { section .DTCM_RAM, section .DTCM_RAM.* };
    119 place in AXI_RAM                            { section .AXI_RAM, section .AXI_RAM.* };
     121place in AXI_DMA                            { section .AXI_RAM_4_DMA, section .AXI_RAM_4_DMA.* };
     122place in BKP_DMA                            { section .BKP_RAM_4_DMA, section .BKP_RAM_4_DMA.* };
    120123//
    121124// RAM Placement
Note: See TracChangeset for help on using the changeset viewer.