Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe SOPC system looks good, and as far as I can tell the call assembly instruction uses a 28-bit address, so it should be able to jump to the TCM. I can find any reason for your problem...
It could be something with the way the compiler/linker processes assembly files. What if you try to put a C function in the TCM, but use an asm() block inside?