Forum Discussion
Altera_Forum
Honored Contributor
13 years agoStoring values as non-volatile in SRAM during RUNTIME
:confused: I am working on a meter based on Cyclone III (using all logic on Quartus and display related using NIOS). i now want to store/change some value during run-time and recollect on consequent...
Altera_Forum
Honored Contributor
13 years agoYou need to use non-volatile storage.
What does your Cyclone III configure itself from? An EPCS serial flash device? If you have not used all of the locations in the serial flash, you can store your data there. Otherwise you'll have to add some external memory, eg., serial flash, I2C flash, etc. Cheers, Dave