ThangND
New Contributor
2 years agoHow to write to EPCS memory without disrupting code execution for DE0-Nano board ?
Hi all,
Currently I'm writing my program on DE0-Nano board, which contains an EPCS64 flash memory. My purpose is to save some information of the previous execution of the program, and I have an idea to write to the EPCS64 flash memory and at the beginning of my program, I read it back to get the information. However, I'm afraid that the same memory controller is shared between code and data memory. How could I write to the data memory without disrupting the code execution which executes the .jic file ?
Also, as far as I've read, when I'm using the Quartus Prime Programmer tools to load the .jic file to the EPCS memory, it will erase the previous content. So how can I download the .jic file in this case ?
Thank you.
