Changeset 92 for ctrl/firmware/Main/SES/Setup
- Timestamp:
- Feb 14, 2025, 8:27:41 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
r91 r92 49 49 // Combined regions per memory type 50 50 // 51 define region FLASH = FLASH1; 52 define region RAM = DTCM_RAM; 51 define region FLASH = FLASH1; 52 define region RAM = DTCM_RAM; 53 define region AXI_DMA = [0x24000000 size 8k]; // This region also defined in MPU as non-cachable! 54 define region BKP_DMA = [0x38000000 size 512]; // This region also defined in MPU as non-cachable! 53 55 54 56 // … … 117 119 place in RAM1 { section .RAM1, section .RAM1.* }; 118 120 place in DTCM_RAM { section .DTCM_RAM, section .DTCM_RAM.* }; 119 place in AXI_RAM { section .AXI_RAM, section .AXI_RAM.* }; 121 place in AXI_DMA { section .AXI_RAM_4_DMA, section .AXI_RAM_4_DMA.* }; 122 place in BKP_DMA { section .BKP_RAM_4_DMA, section .BKP_RAM_4_DMA.* }; 120 123 // 121 124 // RAM Placement
Note: See TracChangeset
for help on using the changeset viewer.