完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
我已经开始测试我的新PSoC 4先锋套件了,我试着运行CasSoq调谐,启用CSD组件中的调谐器助手,复制参考建议运行助手的代码: 空的主体(){CyGalAcActuable;CabSnSexTunErrStar();而(1){CaseSeNeTunError();} 但是辅助GUI信号“读取操作失败”。我注意到CSD组件属性中的Type HelpEngIfg选项卡具有不同于其他引用的参数(例如,“PSoC 4 CopSoice设计指南”)。我尝试使用PioCo5工具包中的PSCOC5作为I2C桥(它似乎由助手GUI支持)。 有人有经验吗?我是PSOC世界的初学者,试着用这个新的帮助。 谢谢 以上来自于百度翻译 以下为原文 Hi everybody, I've start to test my new psoc 4 pioneer kit and I've tried to run capsense tuning, enabling tune helper in CSD component, copying code suggested on reference to run helper: void main() { CyGlobalIntEnable; CapSense_TunerStart(); while (1) { CapSense_TunerComm(); } } but helper gui signal aways "read operation failed". I've noticed that tune helper config tab in CSD component properties has different (less) parameters than other reference, e.g. "psoc 4 capsense design guide". I've tried to use pscoc5 inside pinoeer kit as i2c bridge (it's seems supported by helper gui). Does anyone has some experience about that? I'm a beginner with psoc world and try to find some help with this new one. Thanks |
|
相关推荐
14个回答
|
|
您需要确保调谐器中指定的I2C地址与创建者中设置的地址相匹配。
以上来自于百度翻译 以下为原文 You need to make sure that the I2C address specified in the tuner matches the address set in the Creator. |
|
|
|
..并且确保I2C引脚是P4(0)和P4(1)。
鲍勃 以上来自于百度翻译 以下为原文 ..and make sure that I2C pins are P4(0) and P4(1) Bob |
|
|
|
你好,
谢谢你的快速回复。在附图中,我收集了I2C设置,用于调谐助手,进入CSDBULD CONFIG面板(和因此报告I2C路由),并进入调谐辅助通信配置面板。对我来说,它似乎是正确的(正如你所建议的),但仍然不起作用,总是与“读操作失败”来自调谐器GUI。 我仍然尝试使用PSoC5作为I2C桥到PSOC4,由调谐助手识别为KiPrg接口:我已经尝试检查HWCuffic,将I2C串行电阻的范围安装到先锋工具包中(我已经在PSoC 4上捕获了用于捕获I2C连接的套件示意图的指示)和5,我看到了消息对应的初始握手,当GUI报告错误时停止(因此PSoC5尝试与PSoC4对话)。 谢谢你的建议。 StupUs4TuneHelelP.jPG 85.7 K 以上来自于百度翻译 以下为原文 Hi, thanks for quick reply. In the image attached I've collect i2c setup for tune helper, into CSD block config panel (and so report i2c routing) and into tune helper communication config panel. For me it seems correct (as you suggested), but still doesn't work, always with "read operation failed" allert from tuner gui. I still try to use PSoC5 into pioneer kit as i2c bridge to PSoC4, recognized by tune helper as KitProg interface: I've tryed to check HW communication with a scope over i2c serial resistance mounted into pioneer kit (I've reffered indication on kit schematics for catch i2c connection between PSoC 4 & 5) and I've seen messages corresponding initial handshake that stops when gui reports error (so PSoC5 try to talk to PSoC4). Thank for any suggestion.
|
|
|
|
我只是在我身边重做。
I2C必须连接到P3〔0〕和P3〔1〕。然后一切都会好起来的。 以上来自于百度翻译 以下为原文 I just redid it on my side. The I2C must be connect to P3[0] & P3[1]. Then everything should work fine. |
|
|
|
“应该做得好”还是“做得好”?鲍伯(小窗口)
以上来自于百度翻译 以下为原文 "Should work fine" or "does work fine"? Bob (Small window) |
|
|
|
那得看他的计划了。
我做了什么: 创建一个基于psoc4开发套件的CapSense的样本项目的新项目。打开CapSense组件使调谐器辅助地图CapSense:在main() P3 [ 0 ]和[ 1 ] tunerintf P3引脚加capsense_tunerstart();右前为(;;)声明。在main()添加capsense_tunercomm();右下方为(;;)声明。程序板右CapSense组件,单击启动调谐器。在调谐器点击开始工作。 以上来自于百度翻译 以下为原文 Well, that would depend on th erest of his project. What I did:
|
|
|
|
谢谢埃罗尔,
我已经从p4[0,1]路由pSOC4调谐帮助I2c到P3[0,1],现在帮助GUI可以连接(它通知我把子地址设置为1字节,首先)。 如果我阅读了更多的关注点工具包原理图,我应该注意到在PSoC4上的I2C端口是P3而不是P4。 再次感谢 以上来自于百度翻译 以下为原文 Thanks Errol, I've routed PSoC4 tune help i2c from P4[0,1] to P3[0,1] and now helper gui can connect (it notice me to set sub-address to 1 byte, first). If I had read with more attention the poineer kit schematic, I should have noticed the the i2c port on PSoC4 is P3 and not P4. Thanks again |
|
|
|
|
|
|
|
大家好,
我现在也有同样的问题。 我已经改变了我的设置,喜欢你,但我不能运行启动调谐器。 有人能帮我吗?我附上了我的程序 test_tuner。cywrk_。archive01.zip 584.5 K 以上来自于百度翻译 以下为原文 Hallo everybody, I have the same problem now. I have changed my settings like you, but I can not run the launch tuner. Can anyone help me? I attached my programm
|
|
|
|
对于PSoC 4 BLE,您需要将I2C连接到引脚3(5)和3(4)。
鲍勃 以上来自于百度翻译 以下为原文 For PSoC 4 BLE you need to connect I2C to pins 3[5] and 3[4]. Bob |
|
|
|
好的,谢谢你,鲍伯。它运作良好。
你知道,我应该写哪些命令,Iset应该在BCP中设置哪些设置? 我试着写命令并重复,但是没有信号出来。谢谢Asyraf 以上来自于百度翻译 以下为原文 Ok Thank you Bob. It works well. Do you know, which commands should I write and which settings should I set in Variable Settings in BCP? I have tried to write the commands and repeat, but no signal comes out. Thanks Asyraf |
|
|
|
AFEK有调谐器示例,一些PDF文档用于安装。
鲍勃 以上来自于百度翻译 以下为原文 Afaik there are tuner examples with some pdf documentation for setup. Bob |
|
|
|
嗨-寻找类似的帮助与CY8CKIT-042 BLE先锋工具包。
我尝试了一些capsenseprojects(我写的,那我修改的例子)我没有工作。既不接近,也不线性滑块。我已经能够用“香草”的CapSense模块运行的调谐器(图总是固定导轨),当我尝试运行tunerwith capsense_csd我得到所需的数据包大小不匹配错误。 谢谢你的帮助! L. 以上来自于百度翻译 以下为原文 Hi - looking for similar help with CY8CKIT-042 BLE Pioneer Kit. I've tried a number of capsense projects (that I've written, and that I've modified from examples) and I've got nothing working. Neither proximity nor linear slider. I have been able to run the Tuner with the "vanilla" Capsense module (graphs are always pinned to rails), and when I try to run the tuner with Capsense_CSD I get Desired Packet Size Mismatch error. Thanks for any help! L. |
|
|
|
能否请您发布您的完整项目,以便我们都可以查看您的所有设置。要做到这一点,使用C造饰者和GT;文件-GT;创建工作区束(最小)并附加结果文件。
鲍勃 以上来自于百度翻译 以下为原文 Can you please post your complete project, so that we all can have a look at all of your settings. To do so, use Creator->File->Create Workspace Bundle (minimal) and attach the resulting file. Bob |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2069 浏览 1 评论
1826 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1760 浏览 6 评论
1510 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
508浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
358浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
855浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 20:37 , Processed in 1.574601 second(s), Total 102, Slave 86 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号