Project.Release.driver.xcl 436 B

12345678910111213141516171819202122232425262728293031
  1. "--endian=little"
  2. "--cpu=Cortex-M4"
  3. "--fpu=None"
  4. "-p"
  5. "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\CONFIG\debugger\GD\GD32F303xE.ddf"
  6. "--semihosting=none"
  7. "--device=GD32F303xE"
  8. "--drv_communication=USB0"
  9. "--drv_interface_speed=auto"
  10. "--jlink_initial_speed=1000"
  11. "--jlink_reset_strategy=0,0"
  12. "--drv_interface=SWD"
  13. "--drv_catch_exceptions=0x000"
  14. "--drv_swo_clock_setup=72000000,0,2000000"