Forum Discussion
Altera_Forum
Honored Contributor
20 years agoCan you help me
Can you help me view my routine and find the error? I post my routine here. # include "system.h"# include "altera_avalon_pio_regs.h"# include "alt_types.h"# include "altera_avalon_timer_regs.h" ...
Altera_Forum
Honored Contributor
20 years agoWell my idea is, that your program is to big (the hal library makes it really big). First, try to reduce the program size by setting the optimize size compiler option.
Provide more on chip memory. Actually there is project template "Hello world small" for small memory footprints. Or use sdram instead of on chip memory. maybe there are already some solutions in the forum... you try the search function.