No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dumber-Robot-Firmware.elf.launch 4.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="com.atollic.hardwaredebug.launch.launchConfigurationType">
  3. <intAttribute key="com.atollic.hardwaredebug.launch.formatVersion" value="2"/>
  4. <stringAttribute key="com.atollic.hardwaredebug.launch.hwinitCommands" value="# Initialize your hardware here&#10;"/>
  5. <stringAttribute key="com.atollic.hardwaredebug.launch.initCommands" value=""/>
  6. <stringAttribute key="com.atollic.hardwaredebug.launch.ipAddress" value="localhost"/>
  7. <stringAttribute key="com.atollic.hardwaredebug.launch.jtagDevice" value="ST-LINK"/>
  8. <intAttribute key="com.atollic.hardwaredebug.launch.portNumber" value="61234"/>
  9. <stringAttribute key="com.atollic.hardwaredebug.launch.remoteCommand" value="target extended-remote"/>
  10. <stringAttribute key="com.atollic.hardwaredebug.launch.runCommands" value="# Set flash parallelism mode to 32, 16, or 8 bit when using STM32 F2/F4 microcontrollers&#10;# Uncomment next line, 2=32 bit, 1=16 bit and 0=8 bit parallelism mode&#10;#monitor flash set_parallelism_mode 2&#10;&#10;# Set character encoding&#10;set host-charset CP1252&#10;set target-charset CP1252&#10;&#10;# Reset to known state&#10;monitor reset&#10;&#10;# Load the program executable&#10;load&#9;&#9;&#10;&#10;# Reset the chip to get to a known state. Remove &quot;monitor reset&quot; command &#10;# if the code is not located at default address and does not run by reset. &#10;monitor reset&#10;&#10;# Enable Debug connection in low power modes (DBGMCU-&gt;CR)&#10;set *0xE0042004 = (*0xE0042004) | 0x7&#10;&#10;# Set a breakpoint at main().&#10;tbreak main&#10;&#10;# Run to the breakpoint.&#10;continue"/>
  11. <stringAttribute key="com.atollic.hardwaredebug.launch.serverParam" value="-p 61234 -l 1 -d -s"/>
  12. <booleanAttribute key="com.atollic.hardwaredebug.launch.startServer" value="true"/>
  13. <booleanAttribute key="com.atollic.hardwaredebug.launch.swd_mode" value="true"/>
  14. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_port" value="61235"/>
  15. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_trace_div" value="8"/>
  16. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_trace_hclk" value="8000000"/>
  17. <booleanAttribute key="com.atollic.hardwaredebug.launch.swv_wait_for_sync" value="true"/>
  18. <intAttribute key="com.atollic.hardwaredebug.launch.trace_system" value="0"/>
  19. <booleanAttribute key="com.atollic.hardwaredebug.launch.useRemoteTarget" value="true"/>
  20. <booleanAttribute key="com.atollic.hardwaredebug.launch.verify_flash_download" value="true"/>
  21. <booleanAttribute key="com.atollic.hardwaredebug.stlink.enable_logging" value="false"/>
  22. <stringAttribute key="com.atollic.hardwaredebug.stlink.log_file" value="/home/dimercur/Documents/Travail/git/dumber/software/robot/Debug/st-link_gdbserver_log.txt"/>
  23. <booleanAttribute key="com.atollic.hardwaredebug.stlink.stlink_check_serial_number" value="false"/>
  24. <stringAttribute key="com.atollic.hardwaredebug.stlink.stlink_txt_serial_number" value=""/>
  25. <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="${TOOLCHAIN_PATH}/arm-atollic-eabi-gdb"/>
  26. <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
  27. <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
  28. <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release/Dumber-Robot-Firmware.elf"/>
  29. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="Dumber-Robot-Firmware"/>
  30. <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
  31. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
  32. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  33. <listEntry value="/Dumber-Robot-Firmware"/>
  34. </listAttribute>
  35. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  36. <listEntry value="4"/>
  37. </listAttribute>
  38. <stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;memoryBlockExpressionList context=&quot;reserved-for-future-use&quot;/&gt;&#10;"/>
  39. <stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/>
  40. </launchConfiguration>