Forum Discussion
Altera_Forum
Honored Contributor
11 years agoquestions about flash in nios
i have some other questions, 1. can the configure flash can be used as data storage device at the same time? 2. if the answer is yes, how can i know how many space the configure data occupy? ...
Altera_Forum
Honored Contributor
11 years agoHi,
1. Yes, you can store any data application (software image) in the unused memory portion in the flash device. As long these data are not overlapping the configuration data. The data application (software image) can be store after the last byte of configuration data. 2. You can refer to the FPGA uncompressed .rbf size to know the space require to store the configuration data in flash device. Refer to the FPGA datasheet for the uncompressed .rbf size. 3. Unfortunately I'm not familiar with NIOS. Perhaps you can refer to the Nios flash programmer user guide to start off. https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/ug/ug_nios2_flash_programmer.pdf 4. You can use Quartus II programmer to read and write data into the flash device.