Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNios2/e Remote Upgrade in MAX10
Hi, I am trying to implement a remote FPGA upgrade configuration using a MAX10 FPGA with NiosII/e. Nios is running from UFM of max10 (Not enough OCRAM left for nios). and small ocram for ISRs. ...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, I solved by creating a small OCRAM and a seperate linker section for this OCRAM. Flash functions are placed on this OCRAM, whereas the rest of the code executes normally from the flash. --- Quote End --- That's great. Unfortunately I do not have the knowledge to do that. Could you show me how you directed the linker to place only these certain sections of code in OCRAM (and which sections exactly). Are you using Much appreciated. David