Forum Discussion
Altera_Forum
Honored Contributor
13 years agoReading data from Flash
Hi, I use an Altera DE2-115 board. I have written some data into my flash memory in the board using the control panel tool. Now, I intend to read the data and process it by a logic to...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- You can use a NIOS processor to read data from this memory and make it available for any other module inside your project. --- Quote End --- Thank you. I have a very basic question, pardon me for asking it. How do i connect the array in memory and the one i name in the program,does Nios automatically assign the variable name to that particular array that is being read?