Altera_Forum
Honored Contributor
14 years agoLinker script and several SRAM components
Hi everyone,
I've got a PCB with four SRAM modules which are connected to the NiosII cpu via a tri-state bridge. This gives me four components in the SOPC builder and in turn four sections in the BSP linker settings (I use uCosII). The problem is that the .bss section is to large for one of the sram sections which causes the linker to fail. I've changed several of the static allocations to dynamic, but it's still not enough. So my question is: Is it possible to merge all of the sram sections to one? I cannot think of any hw releated issues that should prevent this from working.