cancel
Showing results for 
Search instead for 
Did you mean: 

Flash Merge / Program From Command-Line

jdaniel
Associate II
Posted on November 12, 2003 at 14:08

Flash Merge / Program From Command-Line

2 REPLIES 2
jdaniel
Associate II
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
sjo
Associate II
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