Forum Discussion
Altera_Forum
Honored Contributor
21 years ago"__attribute__((section(".SDRAM")))" problem
Hi all, I'm trying to allocate a buffer in SDRAM using the declaration: volatile int buff1_app[1280] __attribute__((section(".SDRAM"))); in SOPC i've defined a SDRAM controller n...
Altera_Forum
Honored Contributor
21 years agoI'd expect to see this error if you had (for example) left your .rodata in flash while your .text sections was in sdram. Check your system library properties are really set correctly.
Also, the tools are case sensitive, so if you have named your memory sdram then you should assign your data to ".sdram" not ".SDRAM".