Visible to Intel only — GUID: mwh1416946805522
Ixiasoft
Visible to Intel only — GUID: mwh1416946805522
Ixiasoft
7.15.2.1. Simple Placement Options
- .text—All remaining code
- .rodata—The read-only data
- .rwdata—Read-write data
- .bss—Zero-initialized data
You can control the placement of .text, .rodata, .rwdata, and all other memory partitions by manipulating BSP settings.
For more information about how to control BSP settings, refer to the “HAL BSP Settings” chapter.
The Nios® II BSP Editor is a very convenient way to manipulate the linker’s memory map. The BSP Editor displays memory section and region assignments graphically, allowing you to see overlapping or unused sections of memory. The BSP Editor is available either through the Nios II SBT for Eclipse, or at the command line of the Nios® II SBT.
For more information, refer to the "Getting Started from the Command Line" chapter.