完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我正在使用Cosmic Eval C Compiler V 4.3.7。
关注的代码如下: if(RST-> SR&amp;(u8)0x02 ==(u8)0x02) {} .... 我只是检查复位寄存器的第1位。我检查了反汇编程序,因为程序没有按预期工作,这就是我发现的: main.c:215 if(RST-> SR&amp;(u8)0x02 ==(u8)0x02){ 0x9272&lt; .ckResetForIWDG + 12&gt; 0xC650B3 LD A,0x50b3 LD A,0x50b3 0x9275&lt; .ckResetForIWDG + 15&gt; 0xA501 BCP A BCP A,#0x01 0x9277&lt; .ckResetForIWDG + 17&gt; 0x275F JREQ 0x92d8 .....} 这显然是我的程序无法按预期工作的原因,反汇编程序告诉我,我正在检查位0而不是位1!我错过了什么吗? 以上来自于谷歌翻译 以下为原文 I'm using Cosmic Eval C Compiler V 4.3.7. The code of concern is as follows: if( RST->SR & (u8)0x02 == (u8)0x02) {....} I'm simply checking bit 1 of the reset register. I checked the disassembler because the program was not working as expected and this is what I found: main.c:215 if( RST->SR & (u8)0x02 == (u8)0x02){ 0x9272 <.ckResetForIWDG+12> 0xC650B3 LD A,0x50b3 LD A,0x50b3 0x9275 <.ckResetForIWDG+15> 0xA501 BCP A BCP A,#0x01 0x9277 <.ckResetForIWDG+17> 0x275F JREQ 0x92d8 .....} This is clearly why my program will not work as expected, the disassembler tells me that I'm checking bit 0 not bit 1! Am I missing something? |
|
相关推荐
1个回答
|
|
我通过使用临时变量存储AND的结果并使用temp变量进行比较找到了一个解决方法。但是,据我所知,我原来的代码是合法的C ...
以上来自于谷歌翻译 以下为原文 I found a work around by using a temp variable to store the result of the AND and compare using the temp variable. However, as far as I know my original bit of code was legal C... |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2747 浏览 1 评论
3244 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1813 浏览 1 评论
3655 浏览 6 评论
6045 浏览 21 评论
1342浏览 4评论
204浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
359浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
451浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
277浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-30 07:15 , Processed in 1.006514 second(s), Total 48, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号