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.

[参考译文] Starterware:TMS320F28377SPTPQ

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/594621/starterware-tms320f28377sptpq

主题中讨论的其他器件:C2000WARE

工具/软件:Starterware

我们公司刚刚开始将软件代码从旧 DSP 转换为目标28377s DSP。

我正在寻找一个基本的 DSP 初始化和库资源文件/doc 来完全取消 DSP 的标准并开始编码过程。

初始化:查找有关如何根据我的需要将所有引脚、模块设置到模型中以及为主代码创建我们自己的 API 的信息。

基本库包括类似 stdlib.h 的内容,详细描述了格式、功能和内容。

如果有针对这个芯片和 PMAC 电机控制的示例代码或其它信息,将会很好。

感谢你的帮助。

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

    C2000Ware 是一个很好的起点。  该软件包包含两个用于 F2837xS 的编程模型:

    1. 寄存器覆盖头位于 \C2000Ware_1_00_00_00\device_support\f2837xs\examples\CPU1
    2. 驱动程序函数位于 \C2000Ware_1_00_00_00\driverlib\f2837xs\examples\CPU1

    如果您想直接对寄存器值进行编程、则标头模型很好。  驱动程序模型被抽象化、以便更轻松地将代码移植到未来的器件。

    Tommy