Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe problem with this is you cannot use the same memory block for code and data without using a custom linker script. For some reason the linker complains about doing this causing an error when in fact there are perfectly good reasons to do this. We do this in our application and it's one more thing to keep up with having a custom linker script.
Bill