Cypress技术论坛
直播中

杨艳

8年用户 204经验值
私信 关注
[问答]

CY7C65211串行通信模式

亲爱的
我有一个关于CY7C6211数据表的问题,表14串行通信块配置文档号:01-82042 Rev。*J HTTP//wwwyCyp.com /Fiel/13988 6/下载
问题1:你能告诉我重置时SCB引脚的状态(NXRES =低)设备吗?我期望状态H-Z在所有SCB引脚。注意:所有SCB PIN=Pin 1,2, 20, 21,22和23。
问题2:数据表的表14表示如下:& gt;& gt;*注意:该设备被配置为默认模式0。其他模式可以使用CyPress提供的配置实用程序来配置。
请通知我,如果你知道除了使用配置实用工具以外的方法,关于设置其他模式。我可以,如果方法不存在的话。

以上来自于百度翻译


     以下为原文
  Dear

I have a question about CY7C65211 Datasheet, Table 14 Serial Communication Block Configuration
Document Number: 001-82042 Rev. *J
http://www.cypress.com/file/139886/download

Question1:
Could you tell me the state all SCB pin while reset(nXRES=low) device?
I expect state Hi-Z at all SCB pin.
  note:all SCB pin = pin1, 2, 20, 21, 22 and 23

Question2:
The Table 14 of the datasheet says as follows:
>> *Note: The device is configured in Mode 0 as the default. Other modes can be configured using the configuration utility provided by Cypress.

Please notify let me know if you know in a method other than using the configuration utility, about set other modes.
I am ok, if method don't exist about it.

回帖(3)

杜美娜

2018-12-29 16:07:00
你好,
问题1:
当设备保持在复位(NxRes=低)时,SCB引脚处于HI-Z。
问题2:
该设备可以配置为新配置,而不使用配置实用程序。我已经附加了命令行工具来执行同样的操作。请找到附件。加密文件的密码:柏树
要加载配置文件的过程:
1。提取zip文件。
2。在提取的文件夹中,放置要对设备进行编程的配置文件。
三。打开命令提示符,并将目录更改为提取的文件夹。
4。运行下面的命令将配置文件下载到单个CY7C6211设备上:
FWDLADION.EXE-C XXXX.cyu*** - VID 0x04B4- PID 0x00 03 -模式供应商-超时25000
注:
a)在上述命令中,PID是0x00 03,但需要将其改为连接的串行芯片在编程时具有的PID。
B)上述命令中的配置文件的名称应从XXXX更改为需要加载的配置文件。
对于多个设备:命令将是:
FWDLADION.EXE-C XXXX.cyu*** - VID 0x04B4- PID 0003模式供应商-超时25000 -B
最好的问候,
斯里纳斯
FWDOWN Load
1.7兆字节

以上来自于百度翻译


     以下为原文
  Hello,
 
Question 1:
When the device is held in RESET (nXRES=LOW), the SCB pins are in Hi-Z.
 
Question 2:
The device can be configured with a new configuration without the use of configuration utility also. I have attached the command line utility for performing the same. Please find the attachment. Password for the encrypted file: cypress
 
Procedure to follow to load the configuration file:
 
1. Extract the zip file.
 
2. In the extracted folder put the configuration file that you want to program the device with.
 
3. Open the Command prompt and change the directory to the extracted folder.
 
4. Run the below command to download the configuration file onto single CY7C65211 device:
 
fwdownload.exe -c XXXX.cyu*** -vid 0x04B4 -pid 0x0003 -mode vendor -timeout 25000
 
Note:
 
A) In the above command, the pid is 0x0003 but you need to change that to the PID which the connected serial chip has while programming
 
B) the name of the configuration file in the above command should be changed from XXXX to the configuration file that you need to load
 
For multiple devices: the command will be:
 
fwdownload.exe -c XXXX.cyu*** -vid 0x04B4 -pid 0003 -mode vendor -timeout 25000 -b
 
 
Best regards,
Srinath S
 


举报

杨艳

2018-12-29 16:21:22
引用: wangcong12138 发表于 2018-12-29 08:38
你好,
问题1:
当设备保持在复位(NxRes=低)时,SCB引脚处于HI-Z。

这是有道理的。
关于问题2:& Gt;& gt;该设备可以配置新配置,而不使用配置实用程序。我已经附加了命令行工具来执行SAM.GUI是其中的一种方式,命令行是另一种方式。
我还有一个问题。
例如,CUUSB程序在工厂设置或使用ROM写入器时,您能告诉我上面的方法设置其他模式的问题吗?

以上来自于百度翻译


     以下为原文
  That makes sense.
about Question 2:
>> The device can be configured with a new configuration without the use of configuration utility also. I have attached the command line utility for performing the same.
GUI is One of the way and  command line is another of the way.
Either will do the same file .cyu***.
I have an additional question.
For example, .cyu*** program when factory setting or when using ROM writer.
Could you tell me the no problem of above method about set other modes?
举报

杜美娜

2018-12-29 16:29:37
引用: cmh12 发表于 2018-12-29 08:52
这是有道理的。
关于问题2:& Gt;& gt;该设备可以配置新配置,而不使用配置实用程序。我已经附加了命令行工具来执行SAM.GUI是其中的一种方式,命令行是另一种方式。
我还有一个问题。

你好,
我对你的问题不太清楚。如果我无关紧要,请指正。
所需配置可以使用CyPress USB串行配置实用工具来设置,并且可以保存为'.CyUSB '文件。
该文件可以使用命令行实用程序加载到设备中,而不是使用CyPress USB串行配置实用工具(GUI)对其进行编程。
最好的问候,
斯里纳斯

以上来自于百度翻译


     以下为原文
  Hello,
 
I am not very clear with your question. Please correct me if I am irrelevant.
 
- The desired configuration can be set using the Cypress USB Serial Configuration Utility and can be saved as a '.cyu***' file.
- This file can be loaded into the device using the command line utility rather than programming it using the Cypress USB Serial Configuration Utility tool (GUI).
 
Best regards,
Srinath S
举报

更多回帖

发帖
×
20
完善资料,
赚取积分