RajeevH
New Contributor
4 years agoCyclone V FPGA - DE0 Nano board SDRAM address
Hi,
I am using TerASIC's DE0-Nano board to develop a bare-metal application running in the SDRAM using ARM DS5 tools.
Unfortunately, I am unable to find out the exact memory for the SDRAM that is on board. The examples provided are for some other board.
SDRAM 0x00100000 0x40000000
{
VECTORS +0
{
* (VECTORS, +FIRST)
}
APP_CODE +0
{
* (+RO, +RW, +ZI)
}
; Application heap and stack
ARM_LIB_STACKHEAP +0 EMPTY (0x40000000 - ImageLimit(APP_CODE))
{ }
}
I get an error when I use this. I would like to know the from where the SDRAM starts and ends.
--Rajeev