Part Number: TMS320F28377D
Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hi,
With the UniFlash it is possible to do a "Blank Check".
Is it also possible with a batch file? If so, how?
Thanks and best regards,
Patrick
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.
Part Number: TMS320F28377D
Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hi,
With the UniFlash it is possible to do a "Blank Check".
Is it also possible with a batch file? If so, how?
Thanks and best regards,
Patrick
Hi Patrick,
Yes, it is possible to do a "Blank Check" using dslite. In the generated package of Uniflash, it will create the dslite-C28xx_CPU1.bat file. The set GENERATED_COMMAND parameter can be modified by adding -b BlankCheck as an argument to perform the Blank Check before operations begin.
Uniflash Flash Mode Options for reference on list of arguments.
Thanks and regards,
Charles
Hi Charles,
Thanks. It works.
For others who have to do the same:
The GENERATED_COMMAND needs to be modified as follows:
set GENERATED_COMMAND=-c user_files/configs/tms320f28377d.ccxml -l user_files/settings/generated.ufsettings -s VerifyAfterProgramLoad="No verification" -b BlankCheck
Regards,
Patrick