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.

tms320f2808 flsah操作

Other Parts Discussed in Thread: TMS320F2808, SPRC193, CCSTUDIO

CPU采用tms320f2808,自己设计硬件,CCS3.1调试环境,前期软件已开发完毕,准备增加flash读写内容以存储数据,在.cmd文件中加入内容如下:

  Flash28_API:

  {

       -lFlash2808_API_V302.lib(.econst)

       -lFlash2808_API_V302.lib(.text)

  }                   LOAD = FLASHA,

                      RUN = RAML0,

                      LOAD_START(_Flash28_API_LoadStart),

                      LOAD_END(_Flash28_API_LoadEnd),

                      RUN_START(_Flash28_API_RunStart),

                      PAGE = 0

其余相关flash内容也按照sprc193中的例程改动加入

。编译文件后提示

......

[Linking...] "D:\CCStudio_v3.1\C2000\cgtools\bin\cl2000" -@"Debug.lkf"

<Linking>

>> F:\project28xx\TK_DCBS\TK_dcb2808_V2ts_A0505_120509sy\API\Example_Flash2808_API.cmd, line 118: warning:

              D:/CCStudio_v3.1/C2000/cgtools/lib/Flash2808_API_V302.lib(.econst) not found

>> F:\project28xx\TK_DCBS\TK_dcb2808_V2ts_A0505_120509sy\API\Example_Flash2808_API.cmd, line 119: warning:

              D:/CCStudio_v3.1/C2000/cgtools/lib/Flash2808_API_V302.lib(.text)

              not found

>> warning: load address of uninitialized section Flash28_API ignored

Build Complete,

 0 Errors, 3 Warnings, 0 Remarks.

请问为什么会出现如此状况?