TI DSP Burning Write--tms320c6416

Source: Internet
Author: User

Last night, I burned a ti DSP flash, this morning again pondering a bit, this was once last year, found that now forget a lot, while now still remember, make a note ...

Documents to be prepared:

1) Software: CCS, Hex6x.exe, FlashBure.exe

2) Program: FBTC Project under CCS

3) to burn the write program to compile the generated. out file, the compiled link should have been added two boot boot program, we are named for this. Out Burnout.out

4) the. cmd file to be used during the burn-write process. Hex to use, burn write also use, we for this. Cmd named Burncmd.cmd

Steps:

1) Prepare the. hex file (write only when burning. Hex, cannot be burned directly. Out)

A) Place the Burncmd.cmd,burnout.out,hex6x.exe in the same directory as the D:\Burn

b) Open the CMD.exe (Start-run: cmd) under Windows and move the directory to D:\Burn, the conversion method can refer to "How to make the command prompt navigate to a directory" (http://blog.csdn.net/jbb0523/article/ details/7681755)

c) Execute the hex6x.exe burncmd.cmd command to generate the. hex file

Note: Burncmd.cmd content is generally as follows:

Burnout.out

-A

-memwidth 8

-image

ROMS
{
flash:org = 000h, len = 0x2c744,romwidth = 8, files = {Burnhex.hex}
}

There are two places to note for this file, one for the first line to be written with the. out file name is the same as now Burnout.out, and the name in files = {Burnhex.hex} is the name of the generated. hex file.

2) Open FBTC Project under CCS, connect DSP, compile chain to deliver fbtc.out;

3) Open the FlashBurn.exe and create a new. CDD file, where an interface appears as shown below:

You need to add three files:

A) Conversion cmd adds the previously used Burncmd.cmd

b) File to burn adds the previously generated Burnhex.hex

c) FBTC program file to add FBTC project compiled link generated fbtc.out (FBTC storage directory can be arbitrary, just add files in this step to find its Fbtc.out file add)

D) Other no-tube, last save. CDD, store name arbitrarily.

Then execute three commands:

A) Program--download FBTC

If this step succeeds, the FashBurn.exe interface's not connected will become connected, and the flash physical line will automatically fill in the data.

b) Program--erase Flash

There will be a progress bar to perform this step, which may need to be repeated several times, but I have done it many times to succeed.

c) Program--program Flash

This is the burn program.

It should be noted that some of the lower version of the FBTC program may only support the lower version of CCS, such as I use only support CCS2.2, the higher version of the error.

The various names above are as long as they are consistent with each other.

Just take this as a note, over time also to debug flash burn write, should have a new experience, then write ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.