完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我这样做
UIT8温度; time=控件ReaveRead(); “CuffReg”是TopDesign.cysch中命名和初始化的控制寄存器 在中断服务程序中。 它给出错误 错误:L127未解决的外部符号符号:CuffReGueRead模块:C:\用户反物质文档 PSoC创建者Deas02Deas02. CysnDP8051-KeILIGUIN Debug Main .Obj.(main) 请告诉我解决这个问题的办法。 以上来自于百度翻译 以下为原文 I am doing this uint8 temp; temp= ControlReg_Read(); Where 'ControlReg' is a control register i named and initialized in TopDesign.cysch In an Interrupt service routine . Its giving the error Error: L127 UNRESOLVED EXTERNAL SYMBOL SYMBOL: ControlReg_Read MODULE: C:UsersAntimatterDocumentsPSoC CreatorDesign02Design02.cydsnDP8051-Keil_GenericDebugmain.OBJ (MAIN) Someone please tell me the solution to this. |
|
相关推荐
13个回答
|
|
你好,
请检查该名称的“controlreg”组件放置在你的原理是“control_reg_1”或别的其他'controlreg ',在默认情况下,它是“control_reg_1”,请将名称改为“controlreg”符合API在你的代码中使用。 当做, 罗伊 以上来自于百度翻译 以下为原文 Hi, Please check if the name of the "ControlReg" component that placed in your schematic is "Control_Reg_1" or something else other than ''ControlReg', in default, it is "Control_Reg_1", please change the name to "ControlReg" that aligns with the API you used in the code. Regards, Roy |
|
|
|
你好,
我也有同样的问题。我已经核对了姓名,更改了姓名。什么也没有发生。 我怎么解决?这是相当紧急的。 谢谢你 詹卢卡 以上来自于百度翻译 以下为原文 Hi, I have exactly the same problem. I've double-checked the names, changed the names. Nothing happening. How can I fix ? This is quite urgent Thank you GianLuca |
|
|
|
你有可能上传你有问题的代码吗?
以上来自于百度翻译 以下为原文 Would it be possible for you to upload the code you are having problems with? |
|
|
|
|
|
|
|
|
|
|
|
尝试将数字输出引脚(端口和引脚-GT;数字输出引脚)连接到TESTRUG输出。
以上来自于百度翻译 以下为原文 Try attaching a digital output pin ( Ports and Pins -> Digital Output Pin) to the TestReg output. |
|
|
|
在原始项目(这是一个简化的项目)中,我的ReGueRead输出连接到一个端口和一个端口,端口的另一个输入连接到物理端口PIN(配置为数字输入)。AND的输出连接到物理数字输出。它不起作用…
詹卢卡 以上来自于百度翻译 以下为原文 In the original project (this is a simplified project) my RegControl output is connected to one input of an AND port, the other one input of the port is connected to a physical port pin (configured as digital input). The output of the AND is connected to a physical digital output. And it doesn't work..... GianLuca |
|
|
|
好,我的输出MUSThave一个HW连接…对不起:-Y-Y.Y.Y.
以上来自于百度翻译 以下为原文 Ok, my output MUST have a HW Connection.... sorry :-)))))) |
|
|
|
当我把它像你描述的我没有得到一个编译时错误。我可以复制这种错误的唯一方法是断开的话,我肯定不是你的问题但它可能是值得检查。另外,如果你有超过1个控制输出但是你只有一个输出连接,这将导致此错误。
以上来自于百度翻译 以下为原文 When I set it up as you described I don't get a compile time error. The only way I can replicate that error is by disconnecting something, I'm sure that isn't the problem on your end but it might be worth checking. Also, if your control reg has more than 1 output but you only have one output connected, that would cause this error. |
|
|
|
|
|
|
|
是的,有一条信息表明“你的设计未被使用的部分已经被优化”。似乎是钳工的一个真实的评论:它已经优化了YOUT控制寄存器。
乐观(优化) 鲍勃 以上来自于百度翻译 以下为原文 Yes, there's a message indicating that "unused parts of your design have been optimized out". Seems to be a truely comment from the fitter: it has optimized-out yout control-register. Stay optimistic (optimizing) Bob |
|
|
|
嗨,我也有类似的问题。实例的名称是正确的,并且我试图用Verilog块连接ConvertReg输出,但是下面的行有一个错误:
CydMatdStVald(DMAYTD〔0〕,Lo16((UIT32)UARTHORXDATAYPPTR),Lo16((UIT32)控制ReGuxPrimultPtR); “CuffixReqSycCtRLLGRIGHYXCORMIDER Reg未声明”(在这个函数中首次使用) 生成错误:“未被声明的控制项ReqSycCyrcLrgRiguxPultReangReg”(在这个函数中首次使用) 我解决不了这个问题。 以上来自于百度翻译 以下为原文 Hi, i have a similar problem. The name of instance is right, and i'm trying to connect Control_Reg output with a verilog block, but there is a error with the following line: CyDmaTdSetAddress(DMA_TD[0], LO16((uint32)UART_RXDATA_PTR), LO16((uint32)Control_Reg_Control_PTR)); 'Control_Reg_Sync_ctrl_reg__CONTROL_REG undeclared' (first use in this function) Build error: 'Control_Reg_Sync_ctrl_reg__CONTROL_REG' undeclared (first use in this function) I can't solve this problem |
|
|
|
你介意把完整的项目,这样我们可以在所有的设置看看吗?
使用的创造者- >;文件& gt;创建工作包和将产生的文件。不要使用铬,这将不起作用。 鲍勃 以上来自于百度翻译 以下为原文 Would you mind to attach the complete project, so that we can have a look at all the settings? Use Creator -> file -> Create Workspace Bundle and attach the resulting file. Do NOT use Chrome, that will not work. Bob |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2075 浏览 1 评论
1829 浏览 1 评论
3645 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1766 浏览 6 评论
1517 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
517浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
371浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
413浏览 2评论
360浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
868浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-29 17:26 , Processed in 1.266295 second(s), Total 100, Slave 83 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号