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.

求助TMS320F28021实例程序和编程资料

Other Parts Discussed in Thread: TMS320F28021, CONTROLSUITE

以前只做过DSP2812的芯片,最近工作要用到TMS320F28021芯片,这款芯片资料好少,找不到相关的示例程序和编程相关的寄存器说明资料,谁能帮忙提供下

  • C2000 2802x系列芯片基本功能都是一样的,示例程序都可以相互通用。唯一不同的是memory map和外设个数。

    所以如果想在021上开发,可以直接使用controlSUITE中的02x的所有示例程序作为基础。

    数据手册也是一样,所有02x都是一样的。

  • 谢谢之前的解答,今天我下载了controlSUITE中的02x的示例程序,然后修改了project里的properties参数,编译工程还是会有errors,请问是什么问题