etisserant@375: @REM This bat file has been generated by the IAR Embeddded Workbench etisserant@375: @REM C-SPY interactive debugger,as an aid to preparing a command etisserant@375: @REM line for running the cspybat command line utility with the etisserant@375: @REM appropriate settings. etisserant@375: @REM etisserant@375: @REM After making some adjustments to this file, you can launch cspybat etisserant@375: @REM by typing the name of this file followed by the name of the debug etisserant@375: @REM file (usually an ubrof file). Note that this file is generated etisserant@375: @REM every time a new debug session is initialized, so you may want to etisserant@375: @REM move or rename the file before making changes. etisserant@375: @REM etisserant@375: @REM Note: some command line arguments cannot be properly generated etisserant@375: @REM by this process. Specifically, the plugin which is responsible etisserant@375: @REM for the Terminal I/O window (and other C runtime functionality) etisserant@375: @REM comes in a special version for cspybat, and the name of that etisserant@375: @REM plugin dll is not known when generating this file. It resides in etisserant@375: @REM the $TOOLKIT_DIR$\bin folder and is usually called XXXbat.dll or etisserant@375: @REM XXXlibsupportbat.dll, where XXX is the name of the corresponding etisserant@375: @REM tool chain. Replace the '' parameter etisserant@375: @REM below with the appropriate file name. Other plugins loaded by etisserant@375: @REM C-SPY are usually not needed by, or will not work in, cspybat etisserant@375: @REM but they are listed at the end of this file for reference. etisserant@375: etisserant@375: etisserant@375: "C:\Programme\IAR Systems\Embedded Workbench 4.0\common\bin\cspybat" "C:\Programme\IAR Systems\Embedded Workbench 4.0\avr\bin\avrproc.dll" "C:\Programme\IAR Systems\Embedded Workbench 4.0\avr\bin\avrsim.dll" %1 --plugin "C:\Programme\IAR Systems\Embedded Workbench 4.0\avr\bin\" --backend -B "--cpu=can128" "--enhanced_core" "-p" "C:\Programme\IAR Systems\Embedded Workbench 4.0\avr\Config\iocan128.ddf" "--eeprom_size" "4096" "-d" "sim" etisserant@375: etisserant@375: etisserant@375: @REM loaded plugins: etisserant@375: @REM avrlibsupport.dll etisserant@375: @REM C:\Programme\IAR Systems\Embedded Workbench 4.0\common\plugins\CodeCoverage\CodeCoverage.dll etisserant@375: @REM C:\Programme\IAR Systems\Embedded Workbench 4.0\common\plugins\Profiling\Profiling.dll etisserant@375: @REM C:\Programme\IAR Systems\Embedded Workbench 4.0\common\plugins\stack\stack.dll