Skip to main content
Visitor II
November 12, 2003
Question

Flash Merge / Program From Command-Line

  • November 12, 2003
  • 2 replies
  • 657 views
Posted on November 12, 2003 at 14:08

Flash Merge / Program From Command-Line

    This topic has been closed for replies.

    2 replies

    jdanielAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:56

    I was wondering if it's possible to pass commmand-line arguments to PSDSoft express for merging firware with a PSDSoft design and/or programming. I have saved the programming options needed for my project, but I'd like to set up a build step in my development environment that allows me to merge my firware with uPSD settings and then download the code. If there is any way to do this (even if it requires the use of something other than PSDSoft), please let me know. Thanks.

    Best Regards,

    Phaze426
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:56

    To merge do the following:

    c:\PSDexpress\utladrm.exe C:\Projects\micro\upsd\dk32dsn2\DK3200_2_p\DK3200_2.ini

    and to program:

    c:\PSDexpress\FLink.exe -i C:\Projects\micro\upsd\dk32dsn2\DK3200_2_p\DK3200_2.jcf -d OD

    I have set up the first as user program 1 in keil options output, the second is setup as the configured Flash Programming tool in utilities.

    Regards

    sjo