Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblem with Pixel_Buffer_DMA and SDRAM
Hello guys. I have an Altera DE2-115 dev. board and I'm trying to use NIOS to display some images on a monitor, using the VGA connector on the board. I'm using quartus 11.1 and I'm following in...
Altera_Forum
Honored Contributor
13 years agoThe reset vector is where the first instruction is read from.
If it references SDRAM something would have to initialise the SDRAM before the processor can execute the code from it. (This is almost certainly possible if you hold the cpu in soft-reset while something else writes the code into SDRAM.) Most of the boot sequences actually use the nios cpu (running from some internal memory) to write the code and data into the required memory areas.