12345678910111213141516171819202122232425262728293031323334353637383940 |
- @echo off
- if not "%~1" == "" goto debugFile
- @echo on
- "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "D:\Ph_Hao\_GitPhihongWorking\ADLJ481000W1EM_AWeMP\EWARM\settings\AC_Simple.AC_Simple.general.xcl" --backend -f "D:\Ph_Hao\_GitPhihongWorking\ADLJ481000W1EM_AWeMP\EWARM\settings\AC_Simple.AC_Simple.driver.xcl"
- @echo off
- goto end
- :debugFile
- @echo on
- "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "D:\Ph_Hao\_GitPhihongWorking\ADLJ481000W1EM_AWeMP\EWARM\settings\AC_Simple.AC_Simple.general.xcl" "--debug_file=%~1" --backend -f "D:\Ph_Hao\_GitPhihongWorking\ADLJ481000W1EM_AWeMP\EWARM\settings\AC_Simple.AC_Simple.driver.xcl"
- @echo off
- :end
|