Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHelp me to test my nios2.
Hello, I have created a min nios2 system(Nios2, OnChipRam, Uart) and want to test if it can run Hello_world.c in my Dev.Board. So I do the following: (My Dev.Board is Micortronix Cyclone Dev.Bo...
Altera_Forum
Honored Contributor
21 years agoYour 'Hello World' code is too big to fit into the OnChip Memory you selected.
You can: 1) optimize your code footprint (view this thread (http://www.niosforum.com/forum/index.php?act=st&f=2&t=371&hl=optimization)) 2) use a bigger OnChipRam (default is 4 Kb, you could select a 64 Kb) Bye!