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.

C6455 ROM BOOT FILE Where can I download?

Other Parts Discussed in Thread: TMS320C6455

1. C6455 EMIF ROM BOOT FILE (for example, boot_6455.asm), where to download?
Without using the emulator to boot from FLASH,
add to boot code(.asm) in CCS project.
C6455 ROM BOOT FILE Where can I download?

And using flashburn program, FBTC Program File download. but do not erase Flash
Results confirm the data and clock signal using equipment,
Signal will not be shaken.

Have been used CCS3.3, FLASHBURN3.1
FBTC Program File is downloaded file.
Can not be modified by the user.

Modified FBTC Program File not available from FLASHBURN.
Therefore, using the emulator was running FBTC Program File.(.out)
Was confirmed that the FPGA is erased and written.

2.Execute FBTC Program File(.out) using FLASHBURN,
FLASH R/W does not work, I do not know the reason.

  • Jeong Sang Gi,

    When booting from EMIF, the C6455 boot ROM simply branches to the beginning of the Flash Chip Slect region and begins executing. There is no other interaction with the ROM code.

    The ROM code is generally not available for any of our devices. If it were available, it would be posted on the TMS320C6455 Product Folder web page.

    Are you working with one of our DSKs or EVMs, or is this your custom board?

    How do you use FlashBurn to erase and write to the FPGA? I was not aware that this function was available with FlashBurn.

    Please provide additional information for the questions above, and what new information you have observed.

    Regards,
    RandyP

  • Modify the EMIF settings from the sample boot code of the C6000 series.

    FlashBurn error was the problem of my computer.
    Due to computer problems were communication problems between CCS and FlashBurn.

    Thanks you.