Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI have attached the objdump file from the example. There you can see that the functions are mapped into tc_code (debug mode).
You can enable generating objdump files in the Nios IDE (Window->Preferences->NiosII->create objdump file) The syslib properties does not have effect to the __attribute__ directive. Could you try to execute a small programm from any other RAM than SDRAM to check if tc_code onchip RAM (SSRAM, ...) is working correct? Then you must change the system lib properties. Jens