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.

CCS/AM5716: Target Configuration File of UniFlash

Part Number: AM5716
Other Parts Discussed in Thread: UNIFLASH, , AM5718

Tool/software: Code Composer Studio

Hi,

my customers are developing their own board of AM5716. They tried to write their program on serial flash ROM via QSPI to use Uniflash but they got a error and couldn't write it.

They searched target configuration file of AM5716 in uniflash_5.0.0/deskdb/content/TICloudAgent/win/ccs_base/common/targetdb/devices but they couldn't find the file. So they used the file of AM5718.xml. Could you tell us how to modify AM5718.xml for AM5716?

Best Regards,

Masashi Ohhashi

  • Masashi,

    AM5716 and AM5718 have different items in the scan chain so using the AM5718 would not work for AM5716.  

    We should be able to copy over the necessary files from CCS to make this work.  I do not have a device to try it on but I should be able to see if I can get past any command line errors with the xml.  Once I do that I will post a set of files that can be dropped into UniFlash.

    Regards,

    John

  • Ok I was able to get this to work by doing the following

    1. Extract AM5716.xml from the attached AM5716.xml.zip file and place it in <uniflash install dir>/deskdb/content/TICloudAgent/win/ccs_base/common/targetdb/devices
    2. Extract the am571x folder from the attached am571x.zip file and place it in <uniflash install dir>/deskdb/content/TICloudAgent/win/ccs_base/common/targetdb/Modules

    After doing that I was able to use a .ccxml that had am5716 in it.

    AM5716.xml.zip

    am571x.zip

    Regards,

    John

  • John-san,

    Thank you for sending zip.files.

    My customer could select AM5716 on CCS.

    Best Regards,

    Masashi Ohhashi