Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi wentao
I have now tried with 32K. That did not do the trick sadly. <div class='quotetop'>QUOTE </div> --- Quote Start --- if you declare this array as a global or static variable, it is on the heap, not on the stack. but if you declare it as a automatic variable, it is on the stack.[/b] --- Quote End --- I declare it as a variable. Best regards GreateWhite.DK