STM32F207_ChannelCtrlProject.elf.launch 7.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <launchConfiguration type="com.atollic.hardwaredebug.launch.launchConfigurationType">
  3. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.cpu_core" value="Cortex-M" />
  4. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.device" value="STM32F207ZC" />
  5. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.endian" value="little" />
  6. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.init_speed" value="4000" />
  7. <booleanAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_check_serial_number" value="false" />
  8. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_script_path" value="" />
  9. <booleanAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_script_used" value="false" />
  10. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_trace_port_cfg_path" value="C:\Program Files (x86)\Atollic\TrueSTUDIO for STM32 9.2.0\ide\plugins\com.atollic.truestudio.tsp.stm32_1.0.0.20181203-0921\tsp\etm\stm32f2xx.init" />
  11. <intAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_tracebuffer_size" value="16" />
  12. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.jlink_txt_serial_number" value="" />
  13. <booleanAttribute key="com.atollic.hardwaredebug.jlink_common.scan_chain_auto" value="true" />
  14. <intAttribute key="com.atollic.hardwaredebug.jlink_common.scan_chain_irpre" value="0" />
  15. <intAttribute key="com.atollic.hardwaredebug.jlink_common.scan_chain_pos" value="0" />
  16. <stringAttribute key="com.atollic.hardwaredebug.jlink_common.selected_rtos" value="No RTOS" />
  17. <stringAttribute key="com.atollic.hardwaredebug.launch.analyzeCommands" value="# Set flash parallelism mode to 32, 16, or 8 bit when using STM32 F2/F4 microcontrollers&#xD;&#xA;# 2=32 bit, 1=16 bit and 0=8 bit parallelism mode&#xD;&#xA;monitor flash set_parallelism_mode 2&#xD;&#xA;&#xD;&#xA;# Load the program executable&#xD;&#xA;load&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;# Enable Debug connection in low power modes (DBGMCU-&gt;CR)&#xD;&#xA;set *0xE0042004 = (*0xE0042004) | 0x7&#xD;&#xA;# Start the executable&#xD;&#xA;continue" />
  18. <booleanAttribute key="com.atollic.hardwaredebug.launch.etm_save_raw_buffer" value="false" />
  19. <stringAttribute key="com.atollic.hardwaredebug.launch.etm_save_raw_buffer_file_path" value="" />
  20. <intAttribute key="com.atollic.hardwaredebug.launch.formatVersion" value="2" />
  21. <stringAttribute key="com.atollic.hardwaredebug.launch.hwinitCommands" value="# Initialize your hardware here&#xA;" />
  22. <stringAttribute key="com.atollic.hardwaredebug.launch.ipAddress" value="localhost" />
  23. <stringAttribute key="com.atollic.hardwaredebug.launch.jtagDevice" value="ST-LINK" />
  24. <intAttribute key="com.atollic.hardwaredebug.launch.portNumber" value="61234" />
  25. <stringAttribute key="com.atollic.hardwaredebug.launch.remoteCommand" value="target extended-remote" />
  26. <stringAttribute key="com.atollic.hardwaredebug.launch.runCommands" value="# Set flash parallelism mode to 32, 16, or 8 bit when using STM32 F2/F4 microcontrollers&#xA;# Uncomment next line, 2=32 bit, 1=16 bit and 0=8 bit parallelism mode&#xA;#monitor flash set_parallelism_mode 2&#xA;&#xA;# Set character encoding&#xA;set host-charset CP1252&#xA;set target-charset CP1252&#xA;&#xA;# Reset to known state&#xA;monitor reset&#xA;&#xA;# Load the program executable&#xA;load&#x9;&#x9;&#xA;&#xA;# Reset the chip to get to a known state. Remove &quot;monitor reset&quot; command &#xA;# if the code is not located at default address and does not run by reset. &#xA;monitor reset&#xA;&#xA;# Enable Debug connection in low power modes (DBGMCU-&gt;CR)&#xA;set *0xE0042004 = (*0xE0042004) | 0x7&#xA;# Set a breakpoint at main().&#xA;tbreak main&#xA;&#xA;# Run to the breakpoint.&#xA;continue" />
  27. <stringAttribute key="com.atollic.hardwaredebug.launch.serverParam" value="-p 61234 -l 1 -d -s -cp &quot;C:\Program Files (x86)\Atollic\TrueSTUDIO for STM32 9.2.0\Servers\STM32CubeProgrammer\bin&quot;" />
  28. <booleanAttribute key="com.atollic.hardwaredebug.launch.startServer" value="true" />
  29. <booleanAttribute key="com.atollic.hardwaredebug.launch.swd_mode" value="true" />
  30. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_port" value="61235" />
  31. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_trace_div" value="8" />
  32. <stringAttribute key="com.atollic.hardwaredebug.launch.swv_trace_hclk" value="8000000" />
  33. <booleanAttribute key="com.atollic.hardwaredebug.launch.swv_wait_for_sync" value="true" />
  34. <intAttribute key="com.atollic.hardwaredebug.launch.trace_system" value="0" />
  35. <booleanAttribute key="com.atollic.hardwaredebug.launch.useRemoteTarget" value="true" />
  36. <stringAttribute key="com.atollic.hardwaredebug.launch.verifyCommands" value="# Set flash parallelism mode to 32, 16, or 8 bit when using STM32 F2/F4 microcontrollers&#xD;&#xA;# 2=32 bit, 1=16 bit and 0=8 bit parallelism mode&#xD;&#xA;monitor flash set_parallelism_mode 2&#xD;&#xA;&#xD;&#xA;# Load the program executable&#xD;&#xA;load&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;# Enable Debug connection in low power modes (DBGMCU-&gt;CR)&#xD;&#xA;set *0xE0042004 = (*0xE0042004) | 0x7&#xD;&#xA;# The executable starts automatically" />
  37. <booleanAttribute key="com.atollic.hardwaredebug.launch.verify_flash_download" value="true" />
  38. <booleanAttribute key="com.atollic.hardwaredebug.stlink.enable_external_loader" value="false" />
  39. <booleanAttribute key="com.atollic.hardwaredebug.stlink.enable_logging" value="false" />
  40. <stringAttribute key="com.atollic.hardwaredebug.stlink.external_loader" value="" />
  41. <stringAttribute key="com.atollic.hardwaredebug.stlink.log_file" value="D:\workspace\STM32F207_ChannelCtrlProject\Debug\st-link_gdbserver_log.txt" />
  42. <booleanAttribute key="com.atollic.hardwaredebug.stlink.stlink_check_serial_number" value="false" />
  43. <stringAttribute key="com.atollic.hardwaredebug.stlink.stlink_txt_serial_number" value="" />
  44. <booleanAttribute key="com.atollic.hardwaredebug.stlink.verify_flash" value="false" />
  45. <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="${TOOLCHAIN_PATH}/arm-atollic-eabi-gdb" />
  46. <stringAttribute key="org.eclipse.cdt.debug.mi.core.commandFactory" value="Standard (Windows)" />
  47. <stringAttribute key="org.eclipse.cdt.debug.mi.core.protocol" value="mi" />
  48. <booleanAttribute key="org.eclipse.cdt.debug.mi.core.verboseMode" value="false" />
  49. <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="${TOOLCHAIN_PATH}/arm-atollic-eabi-gdb" />
  50. <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2" />
  51. <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value="" />
  52. <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/STM32F207_ChannelCtrlProject.elf" />
  53. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F207_ChannelCtrlProject" />
  54. <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false" />
  55. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="" />
  56. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  57. <listEntry value="/STM32F207_ChannelCtrlProject" />
  58. </listAttribute>
  59. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  60. <listEntry value="4" />
  61. </listAttribute>
  62. <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;&#xD;&#xA;&lt;memoryBlockExpressionList context=&quot;reserved-for-future-use&quot;/&gt;&#xD;&#xA;" />
  63. <stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory" />
  64. </launchConfiguration>