谢谢你的回复。0016个中断向量I指的是CY7C637 XX。我不知道CY7C64013是否以不同的方式实现了这个功能。我们正在创建一个特殊用途的复合设备——鼠标/键盘,还可以通过EndoPoT2与编译的VB程序进行通信。我在CY7C64013文档中看到暂停和恢复命名。这可以用来实现远程唤醒条件吗?
此外,我一直使用的代码是基于一个古老的柏树例子,并且我认为我需要修改的部分,(如果可能的话),从这里开始:
H2DSTSTDI接口FunP表:JMP请求程序NOTSY支持;00 JMP请求程序NOTSY支持;CyrIX接口FACTS 01 JMP请求支持NOTSY;02 JMP请求程序NOTSY支持;SETIN接口FACTION 03 JMP请求支持NOTSY;04 JMP请求程序NOTSY支持;05 JMP请求支持TJNOT支持;支持06个JMP请求,07个JMP请求,支持NOTSH;08个JMP请求,NOTSY支持;09个JMP请求,NoTySub;0个JMP SETIN接口F接口;0B
请求01和03显然是(或)是有效的跳跃。这些跳跃会成为实现Remote Wakeup的难题的一部分吗?
此外,我们致力于CY7C64013目前,但如果你可以建议一个插件更换微控制器,我们将不胜感激。
谢谢,乔治
以上来自于百度翻译
以下为原文
Thanks for your reply. The 0016 interrupt vector I was referring to was for the CY7C637xx. I didn't know if the CY7C64013 implemented this functionality in a different way. We are creating a special purpose composite device - mouse/keyboard also able to communicate with a compiled VB program via endpoint2. I see Suspend and Resume nomenclature in the CY7C64013 documentation. Can this be used to implement a Remote Wakeup condition?
Also, the code I have been using has been based upon an old Cypress example, and the portion that I believe I need to modify, (if at all possible), starts here:
h2d_std_interface_jumptable:
jmp request_not_supported ; 00
jmp request_not_supported ; clear_interface_feature 01
jmp request_not_supported ; 02
jmp request_not_supported ; set_interface_feature 03
jmp request_not_supported ; 04
jmp request_not_supported ; 05
jmp request_not_supported ; 06
jmp request_not_supported ; 07
jmp request_not_supported ; 08
jmp request_not_supported ; 09
jmp request_not_supported ; 0A
jmp set_interface_interface ; 0B
The requests 01 and 03 apparently are, (or were), valid jumps. Would these jumps be part of the puzzle for implementing Remote Wakeup?
Also, we are dedicated to the CY7C64013 at the moment, but if you can suggest a plug-in replacement microcontroller we would appreciate it.
Thanks,
George
谢谢你的回复。0016个中断向量I指的是CY7C637 XX。我不知道CY7C64013是否以不同的方式实现了这个功能。我们正在创建一个特殊用途的复合设备——鼠标/键盘,还可以通过EndoPoT2与编译的VB程序进行通信。我在CY7C64013文档中看到暂停和恢复命名。这可以用来实现远程唤醒条件吗?
此外,我一直使用的代码是基于一个古老的柏树例子,并且我认为我需要修改的部分,(如果可能的话),从这里开始:
H2DSTSTDI接口FunP表:JMP请求程序NOTSY支持;00 JMP请求程序NOTSY支持;CyrIX接口FACTS 01 JMP请求支持NOTSY;02 JMP请求程序NOTSY支持;SETIN接口FACTION 03 JMP请求支持NOTSY;04 JMP请求程序NOTSY支持;05 JMP请求支持TJNOT支持;支持06个JMP请求,07个JMP请求,支持NOTSH;08个JMP请求,NOTSY支持;09个JMP请求,NoTySub;0个JMP SETIN接口F接口;0B
请求01和03显然是(或)是有效的跳跃。这些跳跃会成为实现Remote Wakeup的难题的一部分吗?
此外,我们致力于CY7C64013目前,但如果你可以建议一个插件更换微控制器,我们将不胜感激。
谢谢,乔治
以上来自于百度翻译
以下为原文
Thanks for your reply. The 0016 interrupt vector I was referring to was for the CY7C637xx. I didn't know if the CY7C64013 implemented this functionality in a different way. We are creating a special purpose composite device - mouse/keyboard also able to communicate with a compiled VB program via endpoint2. I see Suspend and Resume nomenclature in the CY7C64013 documentation. Can this be used to implement a Remote Wakeup condition?
Also, the code I have been using has been based upon an old Cypress example, and the portion that I believe I need to modify, (if at all possible), starts here:
h2d_std_interface_jumptable:
jmp request_not_supported ; 00
jmp request_not_supported ; clear_interface_feature 01
jmp request_not_supported ; 02
jmp request_not_supported ; set_interface_feature 03
jmp request_not_supported ; 04
jmp request_not_supported ; 05
jmp request_not_supported ; 06
jmp request_not_supported ; 07
jmp request_not_supported ; 08
jmp request_not_supported ; 09
jmp request_not_supported ; 0A
jmp set_interface_interface ; 0B
The requests 01 and 03 apparently are, (or were), valid jumps. Would these jumps be part of the puzzle for implementing Remote Wakeup?
Also, we are dedicated to the CY7C64013 at the moment, but if you can suggest a plug-in replacement microcontroller we would appreciate it.
Thanks,
George
举报