Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAs I said before, it's very unlikely your code can wholly fit into onchip memory. Using stdio and other lib functions brings to big code size, even if you write a basic "Hello world" application. You should map into TCM only time critical functions and data.