Forum Discussion
MMinu3
New Contributor
6 years agoHow to place my code in different sections of internal and external memory
Hi all, I'm working on the CYCLONE 10 evaluation board with both external and internal RAM enabled: when I place the whole code/data only in internal or in external memory, all works fine. Now I nee...
EricMunYew_C_Intel
Frequent Contributor
5 years agoHi, Maurizio
Your .myfastcode below is invalid, you need to put .rwdata, rodata or .text
“void handle_timer_interrupt(void* p) __attribute__ ((section (".RAM.myfastcode")));”
Can we close it if you have no more inquiry ?
Thanks.
Eric