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.

[参考译文] TMS320C6713B:TMS320C6713评估套件上的闪存问题

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/666537/tms320c6713b-issue-of-flash-memory-on-tms320c6713-eval-kit

器件型号:TMS320C6713B

你(们)好

我正在使用 TMS320C6713评估套件,我想将项目(hex 文件)刻录到闪存中。

 我在套件中有一个闪存,大小为512kb,默认大小为256kb (根据数据表)。

我想将闪存大小增加到512kB。 我是怎么做的。

请帮帮我。

下面 提供了我的 link.cmd 和 flash.cmd 文件的详细信息。

用于十六进制转换的闪存刻录.cmd 文件:-

BlinkDSK6713.out           /*输入文件:COFF 文件格式(.out)*/
A                         /*输出格式:ASCII 十六进制格式(.hex)*/
-image                     /*选择图像模式*/
-memwidth 8                /*设置存储器宽度*/
o BlinkDSK6713.hex        /*输出文件:ASCII 十六进制文件(.hex)*/

ROM

   闪存:org = 000h、len = 0x040000、romwidth = 8

用于.out 文件的 project ink.cmd 文件:-

存储器

   vecs:         O = 00000000h  l = 00000200h
   引导:         O = 00000200h  l = 00000200h
   IRAM:         O = 00000400h  l = 0000FA00h
   CE0:          O = 80000000h  l = 01000000h


部分

   "vectors"  >      vecs
   "bootload" >      boot
   .cinit     >      IRAM
   .text      >      IRAM
   .stack     >      IRAM
   .bss       >      IRAM
   .const     >      IRAM
   .data      >      IRAM
   .far       >      IRAM
   .switch    >      IRAM
   .sysmem    >      IRAM
   .Tables    >      IRAM
   .cio       >      IRAM

此致

Gopal