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.

using the section Fill command in AISGen

Other Parts Discussed in Thread: TMS320C6745

I need to initialize holes in a bootable application image. I am booting from a SPI flash on a TMS320C6745. I see there is a fill command in the D800K003 users guide.

I am calling AISGen from the command line with an .INI file.

Can I force a call to the Fill command ,  if so what is the syntax .

  • Attached is the readme file for the HexAIS utility.  You can find this file along with the latest command-line tool in the Flash and Boot package found here.

    Per the attached readme, the INI syntax to insert an AIS section fill command is as follows:

      [AIS_SectionFill]
      ADDRESS=Address field for AIS SECTION_FILL command
      SIZE=Size field for AIS SECTION_FILL command
      TYPE=Type field for AIS SECTION_FILL command
      PATTERN=Pattern field for AIS SECTION_FILL command

    Regards, Daniel