Forum Discussion
OGavr
New Contributor
7 years agoWhy does .bss section load to UFM flash memory in MAX10 QSYS project?
I use Quartus 16.1 and MAX10 device 10M16DAF256I7G. I create project with NIOS QSYS. I place NIOS code in UFM memory, and RAM in onchip RAM. I create BSP automatic and not change it. I know, that .rw...
GuaBin_N_Intel
Contributor
7 years agoEach of section can be put to different memory regions by user through linker's memory map. Refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii5v2gen2.pdf, 7.15.2.1 and figure 12
.text—All remaining code
.rodata—The read-only data
.rwdata—Read-write data
.bss—Zero-initialized data