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.

TMS320C6678: bios printf

Part Number: TMS320C6678

sys/bios下进行编程,使用printf函数打印字符串,发现字母可以打印出,但是其中的数字无法打印出。而在另外一个程序中,同样的printf代码就可以正常打印。请问这可能是什么原因?尝试修改stack和heapmem的大小,发现也没有解决。

printf("Time: %fms, Cycles: %llu\n", ((Float)cycles[0]/1000000),cycles[0]);

打印结果:Time: ms, Cycles: u