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.

TMS320F28075: srec烧写文件生成

Part Number: TMS320F28075

First question:

I want to use the command in this file to generate. SREC format, so where can I set or place this file in CCS???

Second question:

I want to merge the two. SREC files?? How to operate??

One is bootloader / the other is app

 

  • I forgot the attchment~~attach here:the following is about the cmd suffix file

    "Debug\BootloaderV4.0.out"  /* input file */
    -m                                              /* motorola format */
    /* -image */
    /* -fill 0xFFFF */
    -memwidth 16
     
    ROMS
    {
      FLASH1: origin=0x0080000, len=0x1FFF, romwidth=16
              files={ "Debug\BootloaderV4.0.srec" }
    }

  • One option would be to load both .out files to the device, and then use the memory browser window(View->Memory Browser) to save the range of address as coff file.  You could then use the hex utility to take the saved coff file and make it a bin file.

    Best,

    Matthew