By the way, when selecting "UART/SPI mode", I can not see any com port displayed, but I can see com port if I select "Uart" mode. 选择“UART / SPI”时,我没有看到消息显示,如下所示。
我假设您使用的是对话框的发展t kit to program your custom board (which dev kit do you have -basic, expert, pro) ? In case you have a basic or a pro those have an board SPI can you please try to read this using jtag? (in order to do this please place the jumpers as indicated in the figures right next to the j5 header in the SPI configuration). If you are able to read the on board SPI of your dev kit and not the SPI on your pcb then its either the hardware connection on your pcb with the spi or a wrong connection with the dev kit, also please make sure that the SPI you are using is one of the supported spi flash memories indicated at theAN-B-023.PDF。如果您无法阅读甚至读取船上SPI,请检查电路板设置选项SPI闪存配置引脚。
by the way, I used jtag
Hi achao1104,
您是否能够使用像连接到OTP的智能片段进行任何其他操作?此外,您可以尝试通过UART连接并再次检查,尝试使用UART Booter,例如,检查您是否可以在Sysram中下载代码。
谢谢mt_dialog.
I can not connect to the OTP, but I can connect via UART, and jtag works fine for keil as well.
Hi achao1104,
您能否请检查您是否可以通过UART下载代码,只需记住将拨款连接到您的电路板(SPI的正确连接,并如DEV套件的用户手册,也在P05 PIN中进行额外连接UART的RX)。此外,您还可以使用电源分布器吗?
谢谢mt_dialog.
1)您能否检查您是否可以通过UART下载代码到SPI,
不,我不能。
2)此外,您还可以使用Power Profiler吗?
不,我不能。
but I can use jtag properly and I also can burn eeprom
Hi achao1104,
我试图了解SPI连接的失败是否由于智能片段故障升级(因为智能片段的第二个安装后问题发生)或由于连接有错误,因为您可以刻录EEPROM它没有声音像智能片段的安装问题,但SPI连接问题(您使用的是Dev套件或自定义板),以防您使用自定义板请检查您的连接(也确保您尝试的SPI内存使用是我们支持的已验证的SPI闪存存储器之一),如果您使用的是Dev套件,例如Pro套件,请检查跳线连接,并检查智能片段中的SPI配置,以确保选择PRORER引脚在“电路板设置”选项中。
也是董事会上的SPI,您正在尝试编程已编程已编程?如果它是,尝试执行以下操作,没有电路板打开智能片段并转到SPI闪存程序员,当您准备好,电源电压向电路板并点击连接按钮,以便闪存程序员下载通过JTAG而不是赋予芯片通过SPI启动的机会。如果SPI被编程,则在那里的DA靴子,而不会让JTAG正常连接。
关于智能代码段的安装,请确保在安装另一个之前卸载先前的版本。
谢谢mt_dialog.
感谢您的回复。我正在使用自定义板,并且第一次成功编程闪存,但不能成功第二次。一开始,我怀疑它可能是由于我已经安装了3.9版,但它看起来不那样。我试图按照下面的步骤操作,但没有成功。
如果它是,尝试执行以下操作,没有电路板打开智能片段并转到SPI闪存程序员,当您准备好,电源电压向电路板并点击连接按钮,以便闪存程序员下载通过JTAG而不是赋予芯片通过SPI启动的机会。
By the way, when selecting "UART/SPI mode", I can not see any com port displayed, but I can see com port if I select "Uart" mode.
选择“UART / SPI”时,我没有看到消息显示,如下所示。
虚拟COM端口/ JTAG模式:有三种可用模式:
在UART / SPI模式下,SmartSnippets扫描并列出当前连接到FTDI设备的虚拟COM端口对。请注意,如果SmartSnippets检测到具有位置ID = 0的UART端口(通常在系统具有Windows 7或旧版本的USB 3.0主机时)中,则无法再与UART / SPI模式中的这些端口区分开来。为避免连接和与用户选择的端口不同,用户应切换到UART模式(见下文)并选择UART端口以连接到。显示的消息的示例是:
Hi achao1104,
我假设您使用的是对话框的发展t kit to program your custom board (which dev kit do you have -basic, expert, pro) ? In case you have a basic or a pro those have an board SPI can you please try to read this using jtag? (in order to do this please place the jumpers as indicated in the figures right next to the j5 header in the SPI configuration). If you are able to read the on board SPI of your dev kit and not the SPI on your pcb then its either the hardware connection on your pcb with the spi or a wrong connection with the dev kit, also please make sure that the SPI you are using is one of the supported spi flash memories indicated at theAN-B-023.PDF。如果您无法阅读甚至读取船上SPI,请检查电路板设置选项SPI闪存配置引脚。
如果您的DEV套件是基本套件,则UART / SPI模式没有选项。
谢谢mt_dialog.
Hi ,
由于您尝试通过UART接口连接,因此您必须在使用的583上连接UART引脚,默认情况下,智能代码段工具使用P04和P05引脚,因此您必须将这些引脚连接UART接口。当您按“Connect”按钮和Smart Scippets要求重置时,点击重置,以便启动加载程序将开始运行。该工具将拾取0x02,表示UART引导部分,并将考虑按下重置按钮。
谢谢,PM_DIALOG.