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.

哪里有DSP F2810 的flash_API的例程?

TI的大神,你好!请问哪里可以找到DSP F2810的flash_API的例程呢? 谢谢!

  FuLei Shang 

  • http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/81323.aspx?keyMatch=2810%20flash&tisearch=Search-CN-Everything

    你可以到TI官网以下链接下载例程包,“C281x C/C++ Header Files and Peripheral Examples (including F281x)  (ZIP 1308 KB )    2,437 views, 04 Aug 2009  ”

    http://www.ti.com/product/TMS320F2812/toolssoftware

    解压后安装setup_DSP281x_v120.exe,选择默认地址,然后在以下地址可以找到所有281X系列的CMD。

    C:\TI\c28\DSP281x\v120\DSP281x_common\cmd

    里面的F2812.cmd就是跑在FLASH上的CMD文件。里面的有效内容如下,相对RAM的CMD,多加了FLASH的地址分配,你可以对照Memorymap来看怎么分配的。

  • 好的 谢谢您!