Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- If onchip_memory2_0 is already connected to nios data master port, you simply can change this linker configurations from memory_points to onchip_memory2_0 and rebuilld. Instead if onchip_memory2_0 is connected to nios instruction master only, while memory_points is connected to nios data master only, you first need to add a data master connection to onchip_memory2_0 (however keep connection to memory_points!). Then you must rebuild all, I mean Qsys system, Quartus project, bsp and Nios software. In case onchip_memory2_0 is not big enough to store both code (.text) and data sections, you'd have to add another onchip memory block and map sections there. --- Quote End --- That's exactly what I did: onchip_memory2_0 is connected to data master and instruction master. Now I understand that it's not big enough to stroe code and data sections that's why my memory_points is used ... Now, can I just increase the size of onchip_memory2_0 instead of adding an other onchip memory ?