Forum Discussion
Altera_Forum
Honored Contributor
12 years agoif using a bare-metal project, initial the h2f axi bridge is necessary, if your mem test code is put after the reset, the bridge is not worked, so you need to re-initial it. the initial program is included in the bare-metal program too. but not need your manual remap it to the ARM's memory space, what i shared is under OS, only under OS, you should remap the component's address space. you can refer to the DS-5 example project "Altera-SoCFPGA-HardwareLib-GNU" for more detail.