Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can use nios2-elf-size from command shell to get information about memory usage.
For more detailed information about memory sections, use nios2-elf-objdump with -h switch. This will tell you the minimal memory required now. The actual ram size choice should be based on how much headroom you want for possibly implementing new features in the future.