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.

C2000实时支持库支持哪些C函数?



在编程时,不知道C2000实时运行支持库(如rts2800_fpu32.lib)具体支持哪些C函数。

找到相关信息:

At a high level, the run-time-support library contains the following:

  • ANSI/ISO C/C++ standard library
  • C I/O library
  • Low-level support functions that provide I/O to the host operating system
  • System startup routine, _c_int00

请问TI公司有无提供run-time-support library中函数支持的详细说明?

"ANSI/ISO C/C++ standard library"是否意味着可以找一本C语言的书籍(如谭浩强老师的《C程序设计》),参考其附录中给出的C标准库函数目录?

  • rufeng,

    如库的说明一样,支持标志C函数库,所以我认为跟其他书籍的标志C函数库的函数也是一样的。

    另外在编程的时候也可以多参考附件关于编译器的说明文档。

     

    Eric