Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFrom what I can read in the linker script, you don't have any section called onchip_memory. You have instruction_onchipmemory (address 0x08000000) and onchip_memory2_0 (address 0x04000000).
One of those should be your TCM memory. Use its name as section name, without the . in front, and see if it works.