Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Systhesize Array into Flash or some memory

Here is a question: How to place my 2-d array,which is signal,writable and readable, into a flash memory?

What I want to do is that changes can't change when electricity drops.

Board Info: Nios II Cy2 ep2c35

Thanks in advance.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You'll need to write/get hold of a flash memory controller and write the data into it via that.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Interesting project, John! How can one write to the flash memory controller? Does anyone know how to do this for a usb flash drive? Sorry, Im quite a noob when it comes to this.