Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Scott's right. You can store your code in the EPCS, but you cannot _run_ your code from there. By telling the IDE to link your .text section into the EPCS controller, you are pointing it at the small onchip memory that is part of the controller. If you want to store code in this device, you have to program it using the flash programmer. - slacker --- Quote End --- 1. How did you know if I set the .text to EPCS controller, the executable code(.text) will stored in EPCS controller on-chip memory? Did you read it in any document? 2. Is it possible to point the .text to unused area of EPCS(after configuration image & software application). 3. Can we set the .text to external memory instead of on-chip memory? Because the text size is bigger than On-chip ram size. Thank you:)