2003-11-12 05:08 AM
Flash Merge / Program From Command-Line
2011-05-17 02:56 AM
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, Phaze4262011-05-17 02:56 AM
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