完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我有一个像setup.value这样的结构的变量。我在调用一个函数(Domenu)之前显示这个值,该函数显示最初从EEPROM读取的预期值。同一个(setup.value)变量在输入该函数(Domenu)之后显示一些垃圾值。我不明白为什么会发生这种情况?控制器PIC30f6012A.IDE:MPLAB X.C编译器:XC16自由版本.//用于在LCD displayDomenu()中显示值;....//这是我的值更改//此代码在另一个C文件(菜单.c)Void Domenu(){sprintf(LcdDispBuff,“%ld”,setup.value)、LcdDisplay(TOP,LcdDispBuff);//用于显示值中的函数LCD显示在这个时间值改变/ / /我的其他代码可在这里//}暂时解决了这个问题,通过读取相同的值从EEPROM在DOMENU函数的末尾。现在它的工作很好,但是我想知道后面的原因,因为同样的问题也可能发生在其他变量上。
以上来自于百度翻译 以下为原文 hi, i have a variable in a structure like setup.value.I am displaying this value before calling a function(Domenu) Which display the expected value which is initially read from EEPROM. The same(setup.value) variable displays some junk values after entering into that function(Domenu).I can't understand why it is happening?? The code and details given below. Controller : PIC30f6012A. IDE : MPLAB X. C compiler : XC16 free version. //this code available in a seperate C file(Main.c) sprintf(LcdDispBuff,"%ld",setup.value); //displaying the value before entering into the function LcdDisplay(TOP,LcdDispBuff); //used for displaying the value in the LCD display Domenu(); //This is the function where my value changed //This code available in another C File(Menu.c) Void Domenu() { sprintf(LcdDispBuff,"%ld",setup.value); LcdDisplay(TOP,LcdDispBuff); //used for displaying the value in the LCD display at this time value changed // // My other Codes available here // } Temporarily i solved this problem by reading the same value from the EEPROM at the end of Domenu function. Now its working fine.But I want to know the reason behind this.Because the same problem maybe occur for other variables also. Thanks in advance |
|
相关推荐
3个回答
|
|
您没有发布足够的代码来确定问题。
以上来自于百度翻译 以下为原文 You did not post enough code to determine the Problem. |
|
|
|
你好,如果有人知道解决这个问题的方法????关于这个的任何想法…
以上来自于百度翻译 以下为原文 hello, if anyone knows the solution for this problem???any idea about this... |
|
|
|
您没有发布足够的代码来允许任何人合理地尝试解决这个问题。但我敢打赌:-您已经在头文件中声明了setup,然后将其包括在..c和Menu.c中。所以您有两个setup副本,这就是为什么当您试图读取Menu.c中的副本时它是垃圾的原因。o修复这个问题,在.c文件之一中声明setup,并在头文件中声明为ext.。如果不是问题,那么这是我的水晶球所能看到的。
以上来自于百度翻译 以下为原文 You have not posted enough code to allow anyone to have a reasonable attempt at solving this. However my bet is:- You have declared setup in a header file and then include it in both Main.c and Menu.c So you have two copies of setup, which is why the copy in Menu.c is garbage when you try to read it. To fix this, declare setup in one of the .c files, and declare it as extern in the header file. If that isn't the problem, well thats as far as my crystal ball will see. |
|
|
|
只有小组成员才能发言,加入小组>>
5160 浏览 9 评论
1998 浏览 8 评论
1927 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3170 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2225 浏览 5 评论
729浏览 1评论
613浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
503浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
628浏览 0评论
526浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 12:29 , Processed in 1.233442 second(s), Total 81, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号