Forum Discussion
sstrell
Super Contributor
2 years agoAre you talking about a separate configuration flash memory? Cyclone V does not have onboard flash.
Configuration flash is for just that, configuring the FPGA device. I suppose if you allocated part of it to be writable by the FPGA and then configured the FPGA with a flash controller IP, you could do it, but maybe it would be better to understand what your goal is here.
- pinktechs2 years ago
New Contributor
attached is the block diagram of the FPGA I'm using. The goal is to access the 512MB flash to store multiple data which later can be read from and arithmetic operation can be performed on the data. The result will the be stored inside the flash again. Do you have information on how to store data inside the flash?