大家好,
我想用command line 编程,写了一个BAT文件,运行编译,返回有错误,错误代码如下
error: C28xx: File Loader: Verification failed: Values at address 0x080E8@Program do not match Please verify target memory and memory map.
Finished: 97%
bat 内容如下:
C:\ti\uniflash_4.6.0\deskdb\content\TICloudAgent\win\ccs_base\DebugServer\bin\dslite.exe flash -c D:\DSP\TMS320F28335.ccxml -e -f -v D:\DSP\flash.out
if %errorlevel%==1 goto :DOWNLOAD_F
goto done
:DOWNLOAD_F
echo ---------------------DOWNLOAD FAIL ----------------------
:done
echo ---------------------DOWNLOAD COMPLETED----------------------
有没有人知道错误在哪里,或者讨论下怎么使用这个command line。