RT-STM32L4R9-DISCOVERY (OpenOCD, Flash and Run).launch 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
  3. <stringAttribute key="bad_container_name" value="\RT-STM32L4R9-DISCOVERY\debug"/>
  4. <intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
  5. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
  6. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
  7. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value=""/>
  8. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
  9. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.initCommands" value="set remotetimeout 20&#13;&#10;monitor reset init&#13;&#10;monitor sleep 50&#10;monitor flash probe 0&#10;monitor stm32l4x mass_erase 0&#10;monitor flash write_image /home/giovanni/Projects/ChibiStudio/chibios_trunk/demos/STM32/RT-STM32L4R9-DISCOVERY/build/ch.elf&#10;&#13;&#10;"/>
  10. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
  11. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="Generic TCP/IP"/>
  12. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="false"/>
  13. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadSymbols" value="true"/>
  14. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value=""/>
  15. <intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="3333"/>
  16. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.runCommands" value=""/>
  17. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
  18. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
  19. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="false"/>
  20. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value="main"/>
  21. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsFileName" value=""/>
  22. <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsOffset" value=""/>
  23. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
  24. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
  25. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForImage" value="true"/>
  26. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForSymbols" value="true"/>
  27. <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="true"/>
  28. <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/>
  29. <stringAttribute key="org.eclipse.cdt.debug.mi.core.commandFactory" value="Standard"/>
  30. <stringAttribute key="org.eclipse.cdt.debug.mi.core.protocol" value="mi"/>
  31. <booleanAttribute key="org.eclipse.cdt.debug.mi.core.verboseMode" value="true"/>
  32. <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/>
  33. <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
  34. <stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
  35. <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
  36. <stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;contentList/&gt;"/>
  37. <stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;globalVariableList/&gt;&#10;"/>
  38. <stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;memoryBlockExpressionList&gt;&#10;&lt;memoryBlockExpressionItem&gt;&#10;&lt;expression text=&quot;0x0&quot;/&gt;&#10;&lt;/memoryBlockExpressionItem&gt;&#10;&lt;/memoryBlockExpressionList&gt;&#10;"/>
  39. <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
  40. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-STM32L4R9-DISCOVERY"/>
  41. <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
  42. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.603687198"/>
  43. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  44. <listEntry value="/RT-STM32L4R9-DISCOVERY"/>
  45. </listAttribute>
  46. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  47. <listEntry value="4"/>
  48. </listAttribute>
  49. <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
  50. <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
  51. </listAttribute>
  52. </launchConfiguration>