完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
当我尝试程序MI Startkit PsOC程序员,它告诉我:“程序终止检查设备/家庭设置或编程方式获取的设备“硅:001b,家庭/模具:17,Major Rev:“不匹配选择装置配套设备:cy8c24994-24bvxi cy8c24994-24lfxi cy8c24894-24lfxacy8c24894-24lfxi cy8c24794-24lfxi cy8c24094-24axi >;>;>;程序要求的迷你版1.73迷你版1.73”只让我计划5设备。这是由于我Startkit PSoC芯片的限制或由于PSoC程序员3。顺便有人知道我可以学习如何编辑主。C源文件。我看到许多图书馆的例子,我不能看到他们在图书馆的文件夹。我知道但不是很直观,我要计划我的设备。谢谢
以上来自于百度翻译 以下为原文 When I try to program mi startkit with PsOC programmer it tells me: "Programming Terminated Check Device/Family Setting or Programming Mode Acquired Device "Silicon: 001B, Family/Die: 17, Major Rev: A" does not match chosen Device Matching Devices: CY8C24994-24BVXI CY8C24994-24LFXI CY8C24894-24LFXA CY8C24894-24LFXI CY8C24794-24LFXI CY8C24094-24AXI >>>Program Requested MINI Version 1.73 MINI Version 1.73 " It only lets me to program 5 devices. Thats due to my startkit PsOC chip limitations or due to the PsOC Programmer 3.10. By the way somebody knows how I can learn how to edit the main.c source file. I saw many libraries in the examples and I can't see all of them in the library folder. I know C but it's not very intuitive what I have to do to program my devices. Thanks |
|
相关推荐
7个回答
|
|
你能给出更多的细节吗?比如:1。你使用的起动器套件是什么?2。您在项目中选择的设备是什么?三。起动机工具包上的设备是什么?要了解使用PSoC设计器创建项目,请看下面的视频。HTTP://www. CyPress?COM/?RID=39309
以上来自于百度翻译 以下为原文 Can you give more details like: 1. What is the starter kit you are using? 2. What is the device you have selected in your project? 3. What is the device on the starter kit? To know about creating a project using PSoC Designer, have a look at the below video. http://www.cypress.com/?rID=39309 |
|
|
|
是的,对不起。我使用的是PSoCalVIEW USB CY32 14。我看到了一个关于你的评论。你说它只有24X92家族,比如CY8C24794,24894, 24994等等,对吗?感谢视频,但是我已经看过了,它没有解释如何创建C主代码,我的意思是,使用库和我们必须包括什么标题。
以上来自于百度翻译 以下为原文 Yes, I'm sorry. I'm using the PsOCEval USB CY3214. I have seen a comment made for you about it to another use. You said It only has available the 24x94 family like CY8C24794, 24894, 24994 etc. That's right? And thanks for the video, but I already saw it and it don't explains how to create the C main code, I mean, the use of the libraries and what headers we must to include. |
|
|
|
你是对的。在psoceval USB板装置从cy8c24x94家庭,因此可用于调试的项目,家庭。对于C代码,当你创建一个项目的PSoC Designer自动生成C文件为主。可以将C函数添加到Meal.C文件中。如果你想创建一个单独的C源文件,您可以通过使用“文件>;>;新文件”菜单。这将打开“新建文件”对话框,在这里你可以创建一个。C。H。ASM或公司文件。为文件提供名称并选择类型。选择“将文件添加到当前项目”选项,使文件添加到项目中。在一个C文件,你应该包括“m8c。H”文件,定义了PSoC所有登记和“psocapi。H”头。这头的所有头文件为用户模块接口。除了上述两个标题,也可以包含其他头文件的具体要求。你也可以创建你自己的头文件,你的C源文件可以有函数原型和变量声明。然后你可以在任一主把这些头文件。C或C源文件。虽然这不是过程中的一个非常明确的解释,我希望你得到的过程中的一些想法。如果你需要其他信息,请告诉我。
以上来自于百度翻译 以下为原文 You are right. The device on the PSoCEval USB board is from the CY8C24x94 family and hence can be used to debug projects from that family. Regarding the C code, when you create a project, the PSoC Designer automatically generates the main.c file. You can add C functions to the main.c file. If you want to create a separate C source file, you can do this by using the "File >> New File" menu. This opens the New file dialog box, where you can create a .c, .h, .asm or .inc file. Provide a name for the file and select the type. Select the "Add file to current project" option so that the file is added to your project. In a C file, you should include the "m8c.h" file which has all the register defines for the psoc and also the "psocapi.h" header. This header has all the header files for the user module APIs. Apart from the above two headers, you can also include other header files specific to requirements. You can also create your own header files for your C source files which can have function prototypes and variable declarations. Then you can add these header files in either main.c or other C sources files. Though this is not a very clear explanation of the process, I hope you got some idea about the process. Let me know if you need any other information. |
|
|
|
在我的cy3214 proceval USB评估板我有LCD和板上的滑块电容。谈到这个问题时,我选择他们的系统级模型,因为当我尝试了PSoC的程序员3只借给我选择这样的设备:cy8c20234,cy8c20334 - 24引脚QFN cy8c20434 - 32引脚QFN cy8c20534 - 28引脚SSOP事实上,当你告诉我,我的cy8c24x94套件支持。这样,怎么可能会被集成periferics比微不能够管理?我做错了什么事?
以上来自于百度翻译 以下为原文 In my CY3214 ProcEval USB evaluation board I have available an LCD and on-board sliders capacitors.The problem comes when I select them in the System Level mode, because when I try to built the PsOC programmer 3.0 only lends me select this devices: CY8C20234, CY8C20334 - 24 Pin QFN CY8C20434 - 32 Pin QFN CY8C20534 - 28 Pin SSOP In fact, as you told me my kit supports the CY8C24X94. In this way how it's possible the board had been integrated with periferics than the micro is not able to manage? I'm doing something wrong? |
|
|
|
我猜你选择了CSA CAPMODER。CSA仅在20x34家族中可用。这就是为什么你没有得到24X91。在设计中,选择CSD作为CAPMODEL。然后你会在设备选择中看到24x92和21x34设备。
以上来自于百度翻译 以下为原文 I guess you have selected CSA capsensor. CSA is available only in the 20x34 family. That is why you are not getting 24x94. In the design, select CSD as the capsensor. Then you will see the 24x94 and 21x34 devices in the device selection. |
|
|
|
你必须是真的,但无论如何,选择CSD CAPMODER,现在它只让我选择CY8C21x34系列。当做
以上来自于百度翻译 以下为原文 You must be true, but anyway, selecting the CSD capsensor now it only let me select the CY8C21X34 family. Regards |
|
|
|
在CSD的系统级设计中,24x92设备可能不支持。我建议你使用芯片级设计。然后,您将能够将CSD CAPMODER放置在24X91设备中。在CyPress网站上有24x92设备和CSD的许多示例项目。
以上来自于百度翻译 以下为原文 It is possible that the 24x94 device is not supported in the System Level design for CSD. I would suggest you to use chip level design. Then you will be able to place the CSD capsensor in the 24x94 device. There are many example projects for the 24x94 device with CSD in the cypress website. |
|
|
|
只有小组成员才能发言,加入小组>>
750个成员聚集在这个小组
加入小组2055 浏览 1 评论
1811 浏览 1 评论
3621 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1746 浏览 6 评论
1499 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
484浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
337浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
400浏览 2评论
341浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
834浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-9 10:01 , Processed in 1.142374 second(s), Total 91, Slave 74 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号