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.

Flash tool in code composer studio to support direct flashing of a file in the SPI flash in DM8148

I am using DM8148 in a custom board. I want to flash some input file in the SPI flash from code composer studio.  I am using XDS100v2 USB JTAG EMULATOR. Is there any tool to flash the image directly in to the SPI flash using JTAG?

  • Hi Debasish,

    I am not aware of any other tool to flash the SPI from CCS using JTAG, than the one described below:

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_Flashing_Tools_Guide#Burning_images_to_SPI_Flash_.28using_CCS.29

    You can get more info regarding SPI flash in the links below:

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_McSPI_Driver_User_Guide

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_UBOOT_User_Guide#Flashing_U-Boot_using_CCS

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_User_Guide#Boot_from_SPI_2

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_UBOOT_User_Guide#U-Boot_SPI_Support

    Regards,
    Pavel

  • Thanks for the reply Pavel. I am using the spi-flash-writer.out for my purpose