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.

[参考译文] CCS/CODECOMPOSER:对于 SYSBIOS#39、DSPBIOS#39等效于 SYSBIOS_printf ()和 System_flush ()...、它们是什么?

Guru**** 2394305 points
Other Parts Discussed in Thread: SYSBIOS

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/724034/ccs-codecomposer-what-are-the-dspbios-s-equivalent-for-sysbios-s-system_printf-and-system_flush

器件型号:CODECOMPOSER
Thread 中讨论的其他器件:SYSBIOS

工具/软件:Code Composer Studio

您好!

对于 SYSBIOS 的 System_printf()和 System_flush(),DSPBIOS 的等效值是多少? 链接器抛出未解析的符号错误。

提前感谢您。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    找到了。

    printf 在 DSPBIOS 上使用、我认为不会进行刷新。 如果我发现有其他问题、应进行更新。 谢谢你。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    它是 log_printf()
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    谢谢 Ki-Soo