Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Fail to access SDRAM above 1MB

I am using Altera's example Altera-SoCFPGA-HardwareLib-FPGA-CV-GNU Trying to write 1B from address 0x00100000 till 0x00200000 like: alt_write_byte(mbs+i, (uint8_t)buf_8b[0]); The appl...