Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTry reducing your code size by using the alt_printf, etc. functions and you can generate some really small (few Kb) code. I wouldn't give up on the Nios II until you've tried your hand at some code optimization.
Also, though it may be obvious now...you should be pointing your Reset Address at an onchip RAM. Start with something simple (Hello, World or similar) and build. If your Nios II usage is fairly simple and doesn't involve too many code hogging drivers you should be able to make good use of 16Kbytes of onchip RAM. Cheers and Good Luck, -- slacker