This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C5515: printf打印不出

Part Number: TMS320C5515

请问我这个程序为什么((void(*)())0x4000)();后面的printf打印不出,无报错无警告。但去掉((void(*)())0x4000)();这行就可以打印,heap和stack都设置为400.以下是我的程序和cmd文件,不知道哪里出错呢