Changeset 91 for ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
- Timestamp:
- Feb 13, 2025, 3:21:41 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
r69 r91 50 50 // 51 51 define region FLASH = FLASH1; 52 define region RAM = AXI_RAM;52 define region RAM = DTCM_RAM; 53 53 54 54 // … … 117 117 place in RAM1 { section .RAM1, section .RAM1.* }; 118 118 place in DTCM_RAM { section .DTCM_RAM, section .DTCM_RAM.* }; 119 place in AXI_RAM { section .AXI_RAM, section .AXI_RAM.* }; 119 120 // 120 121 // RAM Placement
Note: See TracChangeset
for help on using the changeset viewer.