Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- is not possible make a "reserved area" on the sdram? --- Quote End --- Yes. You can create two separate memory sections sdram1 and sdram2 and map the boot code into sdram1, while you load sd code and execute application into sdram2. If I remember correctly you need to go to the linker script page of bsp editor: remove the default sdram memory region and define two non-overlapping regions sdram1 and sdram2 at the desired addresses.