Forum Discussion
Altera_Forum
Honored Contributor
19 years agoNios Debugger does not load all memory sections
I have three onchip memories in my design. They occupy separate non-contiguous address space. I use the __attribute__ tag to place variables or functions into the other sections. The problem is th...
Altera_Forum
Honored Contributor
19 years agotoday,
the function attributes must be used in the prototype only, not in the function declaration itself: <div class='quotetop'>QUOTE </div> --- Quote Start --- extern void foobar (void) __attribute__ ((section ("bar")));[/b] --- Quote End --- Did you consider this? Mike