方法1:串行终端软件
若要在PC上查看调试日志消息,可以使用任何串行终端软件,例如,超级终端、Realterm或P腻y。
1。选择波特率115200。
2。从设备管理器中识别COM端口,然后打开端口。
三。在这些设置之后,您将能够看到调试消息在屏幕上打印。
方法2:用OpenCCD调试
打开Chip Debugger(OpenOCD)是一种支持多种调试器探针的开放源代码调试器实现。
使用CY7C6215部分支持调试的OpenOCD二进制版本提供了FX3SDK,在OpenOCD文件夹下。该二进制是基于OpenOCD0.0.0版本,只支持CY7C6215部分作为调试接口。
以上来自于百度翻译
以下为原文
Method 1: serial terminal software
To see the debug log message on PC you can use any serial terminal software , for example,hyperterminal , Realterm or putty.Do the following settings
1. choose the baud rate 115200.
2. Identify the com port from device manager and then open the port.
3. After these settings you will be able to see the debug messages printing on the screen.
Method 2: Debugging with OpenOCD
Open On-Chip Debugger (OpenOCD) is an open source debugger implementation that supports a variety of debugger probes.
A version of OpenOCD binary that supports debugging using the CY7C65215 part is provided with the FX3 SDK, under the OpenOCD folder. This binary is based on the OpenOCD 0.8.0 release and only supports the CY7C65215 part as a debug interface.
方法1:串行终端软件
若要在PC上查看调试日志消息,可以使用任何串行终端软件,例如,超级终端、Realterm或P腻y。
1。选择波特率115200。
2。从设备管理器中识别COM端口,然后打开端口。
三。在这些设置之后,您将能够看到调试消息在屏幕上打印。
方法2:用OpenCCD调试
打开Chip Debugger(OpenOCD)是一种支持多种调试器探针的开放源代码调试器实现。
使用CY7C6215部分支持调试的OpenOCD二进制版本提供了FX3SDK,在OpenOCD文件夹下。该二进制是基于OpenOCD0.0.0版本,只支持CY7C6215部分作为调试接口。
以上来自于百度翻译
以下为原文
Method 1: serial terminal software
To see the debug log message on PC you can use any serial terminal software , for example,hyperterminal , Realterm or putty.Do the following settings
1. choose the baud rate 115200.
2. Identify the com port from device manager and then open the port.
3. After these settings you will be able to see the debug messages printing on the screen.
Method 2: Debugging with OpenOCD
Open On-Chip Debugger (OpenOCD) is an open source debugger implementation that supports a variety of debugger probes.
A version of OpenOCD binary that supports debugging using the CY7C65215 part is provided with the FX3 SDK, under the OpenOCD folder. This binary is based on the OpenOCD 0.8.0 release and only supports the CY7C65215 part as a debug interface.
举报