Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS2 on De2 board - verification failed
Hello! I'm new to NIOS system programing. I am trying to make simple program based on my altera DE2 board with cyclone 2 ep2c35f672c6n on board.
#include <stdio.h>
#include "system....
Altera_Forum
Honored Contributor
15 years agoOK!! my probleme is : I went to take data from file .txt in the host computer and display it on LCD but when i used fopen et fgetc, there is a message which told me taht my memory on chip is full, so i must add sdram or sram and boot from it, please have you any idea how to do it??