127 lines
5.5 KiB
XML
127 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>HelpWindow</class>
|
||
<widget class="QDialog" name="HelpWindow">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>569</width>
|
||
<height>504</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>LinkScope - Help</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollArea">
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>523</width>
|
||
<height>1283</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: white;</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="text">
|
||
<string><html>
|
||
<head>
|
||
<style>
|
||
li{margin-top: 10px;}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<p><span style="font-weight:600;">LinkScope简介</span></p>
|
||
<p>本程序使用QT编写,用于硬件设备的调试,可直接驱动串口或各种调试器(基于OpenOCD支持),有以下几个主要功能</p>
|
||
<ol>
|
||
<li>实时查看和修改变量值</li>
|
||
<li>变量值波形实时绘制</li>
|
||
<li>采样数据导出为CSV表格</li>
|
||
<li>格式化日志输出</li>
|
||
</ol>
|
||
<p>调试器连接模式理论上支持OpenOCD允许GDB连接的各种调试器及硬件芯片,如STLink、JLink、CMSIS-DAP等以及STM32全系列等</p>
|
||
<hr />
|
||
<p><span style="font-weight:600;">使用方法</span></p>
|
||
<ol>
|
||
<li>点击【设置符号文件】选择编译器输出的符号文件,然后添加变量到列表中</li>
|
||
<ul>
|
||
<li>加载符号文件后即可在变量选择窗口添加需要查看的变量,可以直接添加到列表或添加到编辑框后进行手动编辑</li>
|
||
<li>在主窗口表格最后一行变量名(编辑框)处手动填写也可以添加变量</li>
|
||
<li>在变量名上右键可删除变量,或在选中变量名后按Del键</li>
|
||
<li>变量名不仅可以填入单个变量名,还可以填入合法的C语言表达式(GDB支持即可);复合类型不能修改和绘图,只能实时查看</li>
|
||
</ul>
|
||
<li>选择连接模式,连接芯片,连接后程序开始循环采样,勾选【监视日志】后即可将下位机输出的日志实时显示出来</li>
|
||
<ul>
|
||
<li>调试器模式下,在下拉框中选择调试器和芯片类型,点击连接目标</li>
|
||
<li>串口模式下,点击刷新串口加载串口列表,选中所连接的串口,点击连接目标</li>
|
||
<li>串口功能和日志功能都需要修改下位机程序,可以在菜单中进入主页查看说明</li>
|
||
</ul>
|
||
<li>编辑【修改变量】列可以修改变量值,双击【图线颜色】列可以选择绘图颜色 </li>
|
||
<li>单击【变量名】列选中对应的变量,可以在绘图窗口查看历史数据,并会加粗绘制 </li>
|
||
<li>绘图界面说明请到绘图窗口点击操作说明 </li>
|
||
<li>点击菜单中的保存/导入配置可以将当前配置保存到INI文件或从文件中恢复配置,点击导出数据可以将获取到的采样数据导出到CSV表格文件</li>
|
||
</ol>
|
||
<hr />
|
||
<p><span style="font-weight:600;">注意事项 </span></p>
|
||
<ul>
|
||
<li>修改符号文件路径后需要重新连接 </li>
|
||
<li>连接目标前请确认已使用该调试器为目标芯片下载过指定程序 </li>
|
||
<li>连接配置文件位于openocd/share/openocd/scripts下的target和interface中,用户可按照openocd语法编写配置脚本,放入对应目录下后点击“刷新连接配置”菜单项</li>
|
||
</ul>
|
||
</body>
|
||
</html></string>
|
||
</property>
|
||
<property name="textFormat">
|
||
<enum>Qt::AutoText</enum>
|
||
</property>
|
||
<property name="wordWrap">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_back">
|
||
<property name="text">
|
||
<string>返回</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|