1 @REM This batch file has been generated by the IAR Embedded Workbench
\r
2 @REM C-SPY Debugger, as an aid to preparing a command line for running
\r
3 @REM the cspybat command line utility using the appropriate settings.
\r
5 @REM Note that this file is generated every time a new debug session
\r
6 @REM is initialized, so you may want to move or rename the file before
\r
9 @REM You can launch cspybat by typing the name of this batch file followed
\r
10 @REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
\r
12 @REM Read about available command line parameters in the C-SPY Debugging
\r
13 @REM Guide. Hints about additional command line parameters that may be
\r
14 @REM useful in specific cases:
\r
15 @REM --download_only Downloads a code image without starting a debug
\r
16 @REM session afterwards.
\r
17 @REM --silent Omits the sign-on message.
\r
18 @REM --timeout Limits the maximum allowed execution time.
\r
24 if not "%~1" == "" goto debugFile
\r
28 "C:\devtools\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\ribarry\Dev\FreeRTOS\Trial\Active\STM32H7_dual_core\WorkingCopy\Demo\CORTEX_M7_M4_STM32H745I_Discovery_IAR\settings\Project.STM32H745I_Discovery_CM7.general.xcl" --backend -f "C:\Users\ribarry\Dev\FreeRTOS\Trial\Active\STM32H7_dual_core\WorkingCopy\Demo\CORTEX_M7_M4_STM32H745I_Discovery_IAR\settings\Project.STM32H745I_Discovery_CM7.driver.xcl"
\r
37 "C:\devtools\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\ribarry\Dev\FreeRTOS\Trial\Active\STM32H7_dual_core\WorkingCopy\Demo\CORTEX_M7_M4_STM32H745I_Discovery_IAR\settings\Project.STM32H745I_Discovery_CM7.general.xcl" "--debug_file=%~1" --backend -f "C:\Users\ribarry\Dev\FreeRTOS\Trial\Active\STM32H7_dual_core\WorkingCopy\Demo\CORTEX_M7_M4_STM32H745I_Discovery_IAR\settings\Project.STM32H745I_Discovery_CM7.driver.xcl"
\r