Can I run a MAX10 from external RAM instead of on-chip RAM?
Hi all,
This is for MAX10 (10M08), nios II, quartus lite v20.1.1
I can make a design in platform designer with a nios II, on-chip RAM, a few PIO and no flash, save it and use the programmer in quartus to program the sof file. Then, in eclipse I make an application that will toggle some of the PIO pins and use Run as...nios II hardware to program the software. This all works. I know I'm not programming the MAX10 flash. I don't have a flash IP in my design and when I disconnect/re-connect the power I have to program the sof file and application again. This is fine because I'm making changes as I work.
I'm running out of on-chip RAM. Is there a way to use external RAM to do this? I would like use "Run as...nios II hardware" to program the software/application as I'm making several changes. I'm aware of AN730 but I don't see option 3 with external RAM.
Thanks