Forum Discussion
ABren1
New Contributor
7 years agoIs it possible to initialize external RAM (ERAM) from the JTAG .sof or EPCS .pof file?
(i) By modifying the BSP to include the new region and section that points to ERAM (ii) Include in NIOS2 code declaration of global variable and instantiation of variable in that section using "__at...
JohnT_Altera
Regular Contributor
7 years agoHi,
The external SDRAM is not initialize from the sof configuration. The external SDRAM need to be initialize by having the FPGA start to performed write into the SDRAM. May I know if you performed that in your design when it is power up or reset?