Changeset 55 for ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
- Timestamp:
- Dec 11, 2024, 8:14:20 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf
r48 r55 50 50 // 51 51 define region FLASH = FLASH1; 52 define region RAM = DTCM_RAM;52 define region RAM = AXI_RAM; 53 53 54 54 // … … 125 125 zeroinit // Catch-all for zero-initialized data sections (e.g. .bss) 126 126 }; 127 place in RAM{ block heap }; // Heap reserved block128 place at end of RAM with fixed order{ block stack_process,127 place in DTCM_RAM { block heap }; // Heap reserved block 128 place at end of DTCM_RAM with fixed order { block stack_process, 129 129 block stack }; // Stack reserved block at the end
Note: See TracChangeset
for help on using the changeset viewer.