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.

TMS320F280025C: TMS320F280025C

Part Number: TMS320F280025C

status = add_device("scia", _SSA, SCI_open, SCI_close, SCI_read, SCI_write,
SCI_lseek, SCI_unlink, SCI_rename);

fopen("scia:","w");
freopen("scia:", "w", stdout);
setvbuf(stdout, NULL, _IONBF, 0);

使用上段程序初始化后,前面pinrtf可正常输出,后面输出乱码,请问怎么回事,该如何修改?