Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Nonvolatile Memory

Altera_Forum
Honored Contributor II
1,539 Views

Hi all. How is the entry value of the variable to the nonvolatile memory, and then to count:confused: 

Flash loader EPCS16.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
289 Views

Hard to guess what you are asking about. Please try to rephrase and elaborate the question.

0 Kudos
Altera_Forum
Honored Contributor II
289 Views

For example on Arduino the entry T1=EEPROM.read(4) means the reading from the nonvolatile memory of the value of the variable T1. How is this implemented in nios?

0 Kudos
Altera_Forum
Honored Contributor II
289 Views

You need to use the EPCS serial flash controller core. See chapter 5 of the embedded ip user guide (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/ug/ug_embedded_ip.pdf). You need to decide where in the EPCS you want to put your data and there are functions to read and write pages.

0 Kudos
Reply