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 --- I'm not sure if you can do this in the BSP Editor, but you can try. You can check if it shows in the Linker tab the Flash Memory, if it's there you can have access to this part of the memory creating a variable/vector in this section (using .xxxx). It will probably work this way, but it'll be slow. I think the best way if you're going to use a NIOS processor is to transfer data from the FLASH memory to the SDRAM or Onchip Memory. --- Quote End --- Would be glad if you can send me a NIOS project example as i haven't worked with NIOS before. Thank you