1 |
595 |
jeremybenn |
@REM This bat file has been generated by the IAR Embeddded Workbench
|
2 |
|
|
@REM C-SPY interactive debugger,as an aid to preparing a command
|
3 |
|
|
@REM line for running the cspybat command line utility with the
|
4 |
|
|
@REM appropriate settings.
|
5 |
|
|
@REM
|
6 |
|
|
@REM After making some adjustments to this file, you can launch cspybat
|
7 |
|
|
@REM by typing the name of this file followed by the name of the debug
|
8 |
|
|
@REM file (usually an ubrof file). Note that this file is generated
|
9 |
|
|
@REM every time a new debug session is initialized, so you may want to
|
10 |
|
|
@REM move or rename the file before making changes.
|
11 |
|
|
@REM
|
12 |
|
|
@REM Note: some command line arguments cannot be properly generated
|
13 |
|
|
@REM by this process. Specifically, the plugin which is responsible
|
14 |
|
|
@REM for the Terminal I/O window (and other C runtime functionality)
|
15 |
|
|
@REM comes in a special version for cspybat, and the name of that
|
16 |
|
|
@REM plugin dll is not known when generating this file. It resides in
|
17 |
|
|
@REM the $TOOLKIT_DIR$\bin folder and is usually called XXXbat.dll or
|
18 |
|
|
@REM XXXlibsupportbat.dll, where XXX is the name of the corresponding
|
19 |
|
|
@REM tool chain. Replace the '' parameter
|
20 |
|
|
@REM below with the appropriate file name. Other plugins loaded by
|
21 |
|
|
@REM C-SPY are usually not needed by, or will not work in, cspybat
|
22 |
|
|
@REM but they are listed at the end of this file for reference.
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
"C:\devtools\IAR Systems\Embedded Workbench 5.4\common\bin\cspybat" "C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\bin\armproc.dll" "C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\bin\armjlink.dll" %1 --plugin "C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\bin\" --flash_loader "C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\config\flashloader\EnergyMicro\FlashEFM32.board" --backend -B "--endian=little" "--cpu=Cortex-M3" "--fpu=None" "-p" "C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\CONFIG\debugger\EnergyMicro\EFM32G890F128.ddf" "--semihosting" "--device=EFM32G890F128" "-d" "jlink" "--drv_communication=USB0" "--jlink_speed=auto" "--jlink_initial_speed=32" "--jlink_reset_strategy=0,0" "--jlink_interface=SWD"
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
@REM Loaded plugins:
|
29 |
|
|
@REM C:\devtools\IAR Systems\Embedded Workbench 5.4\arm\bin\armlibsupport.dll
|
30 |
|
|
@REM C:\devtools\IAR Systems\Embedded Workbench 5.4\common\plugins\CodeCoverage\CodeCoverage.dll
|
31 |
|
|
@REM C:\devtools\IAR Systems\Embedded Workbench 5.4\common\plugins\Profiling\Profiling.dll
|
32 |
|
|
@REM C:\devtools\IAR Systems\Embedded Workbench 5.4\common\plugins\stack\stack.dll
|
33 |
|
|
@REM C:\devtools\IAR Systems\Embedded Workbench 5.4\common\plugins\SymList\SymList.dll
|