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,
If you are using POF file then whenever your system boot up, the bootloader will copy the data from the flash to the external RAM. This will be done automatically.
- ABren17 years ago
New Contributor
Ok and understand.
Thanks again.
A