SampleApp.cspy.bat 1.5 KB

123456789101112131415
  1. @REM This batch file has been generated by the IAR Embedded Workbench
  2. @REM C-SPY Debugger, as an aid to preparing a command line for running
  3. @REM the cspybat command line utility using the appropriate settings.
  4. @REM
  5. @REM You can launch cspybat by typing the name of this batch file followed
  6. @REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
  7. @REM Note that this file is generated every time a new debug session
  8. @REM is initialized, so you may want to move or rename the file before
  9. @REM making changes.
  10. @REM
  11. "C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\common\bin\cspybat" "C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\bin\8051proc.dll" "C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\bin\8051emu_cc.dll" %1 --plugin "C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\bin\8051bat.dll" --backend -B "--proc_core" "plain" "--proc_code_model" "banked" "--proc_nr_virtual_regs" "16" "--proc_pdata_bank_reg_addr" "0x93" "--proc_dptr_nr_of" "1" "--proc_codebank_reg" "0x9F" "--proc_codebank_start" "0x8000" "--proc_codebank_end" "0xFFFF" "--proc_codebank_mask" "0xFF" "--proc_data_model" "large" "-p" "C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\config\devices\Texas Instruments\ioCC2530F256.ddf" "--proc_exclude_exit_breakpoint" "--proc_driver" "chipcon" "--retain_memory" "--verify_download" "use_crc16" "--stack_overflow" "--number_of_banks" "4"