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.

TMS320F28034: 使用例程flash api中的Flash_Program失败

Part Number: TMS320F28034
Other Parts Discussed in Thread: CONTROLSUITE

我在使用 controlSUITE 中的flash例程来熟悉flash api(例程路径C:\ti\controlSUITE\device_support\f2803x\v130\DSP2803x_examples_ccsv5\flash_programming),发现在使用Flash_Program对flash进行写入时失败,状态码为30。例程中运行的Example_CsmUnlock、Flash_APIVersionHex 、Flash_APIVersion、Flash_Erase等api都正常。

我未对例程代码有做任何修改,仅仅基于F28034.cmd做了修改将api放入ram处理,想问一下这种情况该如何解决?

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* F28034.cmd
// TI File $Revision: /main/4 $
// Checkin $Date: November 9, 2009 15:09:14 $
//###########################################################################
//
// FILE: F28034.cmd
//
// TITLE: Linker Command File For F28034 Device
//
//###########################################################################
// $TI Release: 2803x Internal Release 2 $
// $Release Date: November 11, 2008 $
//###########################################################################
*/
/* ======================================================
// For Code Composer Studio V2.2 and later
// ---------------------------------------
// In addition to this memory linker command file,
// add the header linker command file directly to the project.
// The header linker command file is required to link the
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

x 出现错误。请重试或与管理员联系。