12345678910111213141516171819202122232425262728293031 |
- "--endian=little"
- "--cpu=Cortex-M4"
- "--fpu=None"
- "-p"
- "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\CONFIG\debugger\GD\GD32F303xE.ddf"
- "--semihosting=none"
- "--device=GD32F303xE"
- "--drv_communication=USB0"
- "--drv_interface_speed=auto"
- "--jlink_initial_speed=1000"
- "--jlink_reset_strategy=0,0"
- "--drv_interface=SWD"
- "--drv_catch_exceptions=0x000"
- "--drv_swo_clock_setup=72000000,0,2000000"
|