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/F28M35H52C:其中 memcpy()函数被声明

Guru**** 2390755 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/747327/ccs-f28m35h52c-where-is-memcpy-function-is-declared

器件型号:F28M35H52C

工具/软件:Code Composer Studio

如前面的问题所述、我在 V100中找到了 F28M35x_Memcopy.c 文件、但该文件在 v220中不可用?

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

    标头 string.h 应包含 memcpy 的原型。 确保更新应用程序以使用最新的编译器。 这个问题已经解决,应该存在。

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

    明白了。 谢谢。