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.

UCD3138A: command line tool for programming during production using USB-GPIO and PMBUS

Part Number: UCD3138A


Hi,

Is there a command line tool which can be used for programming ucd3138a during production using usb-gpio and pmbus? I need full functionality: data flash erase, data flash write, program flash write, checksum calculation and write (both custom bootloader and regular FW) and possibility to reset/command device to execute program.

I need command line tool so it can be run by SW performing the functional and quality tests

  • Hello,

    In the bin folder of the Fusion Studio installation there are some command line utilities.  The bin folder is typically located here by default: C:\Program Files (x86)\Texas Instruments\Fusion Digital Power Studio\bin

    The command line tool to use is FusionFirmwareDownload.exe.  Depending on your device and programming configuration you would apply the appropriate options.  Pretty much everything that you can do with the GUI can be applied here.

    See section on command line tools (section 6) of the user guide for a screenshot https://www.ti.com/cn/lit/an/slua676c/slua676c.pdf

    By using the --help flag a number of examples will show up that may match your case.  

    Hope this helps.