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.

tms320f28022

Other Parts Discussed in Thread: UNIFLASH, TMS320F28022

How to use uniflah standalone CMD line to execution calculate checksum only.  currently i use verify function but i want calculate checksum only .The  calculate check script  how to write

/***below is verify script***/

@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
SET LOC_PATH=%~dp0
set obpfile=R15.hex

SET FLASH_PATH=c:\ti\uniflash_4.5.0
!FLASH_PATH!\dslite.bat --config=f280049c.ccxml --verify !obpfile! > TI_OUT.log