完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我检查了选项字节,OPT3字节为零,因此WDG_HALT位为0,根据数据表,当调用halt()而不是产生复位时,MCU应进入暂停模式。复位后,RST_SR寄存器设置为RST_SR_WWDGF,表示WWDG复位。我想知道是否有其他条件导致重置或数据表中的描述是否不正确?
以上来自于谷歌翻译 以下为原文 I've checked the Option Bytes and the OPT3 byte is zero so the WDG_HALT bit is 0 which according to the data sheet means that the MCU should enter Halt Mode when calling halt() instead of generating a reset. Following the reset the RST_SR register is set to RST_SR_WWDGF indicating a WWDG reset. I'm wondering if there is some other condition causing the reset or is the description in the data sheet incorrect? |
|
相关推荐
1个回答
|
|
事实证明,这不是halt()的问题,而是RTC_AlarmCmd()中的错误的副作用。我在调用halt()之前调用了RTC_AlarmCmd(DISABLE)(我不想进入Active Halt Mode)并且在函数RTC_AlarmCmd()中发生了WWDG超时。问题在于此代码段:
/ *等到ALRxWF标志置位* / while((alrawfcount!= ALRAWF_TIMEOUT)&&(temp1 == RESET)) { alrawfcount ++; } 行temp1 =(uint8_t)(RTC-> ISR1& RTC_ISR1_ALRAWF); 应该在循环内部或while语句的一部分。因为它是我们总是迭代0xffff次,这是WWDG发生时。 以上来自于谷歌翻译 以下为原文 It turns out that this isn't a problem with halt() but rather the side effect of a bug in RTC_AlarmCmd(). I was calling RTC_AlarmCmd(DISABLE) prior to calling halt() (I didn't want to go into Active Halt Mode) and the WWDG timeout was occuring while in the function RTC_AlarmCmd(). The problem is in this code snippet: /* Wait until ALRxWF flag is set */ while ((alrawfcount != ALRAWF_TIMEOUT) && (temp1 == RESET)) { alrawfcount++; } The line temp1 = (uint8_t)(RTC->ISR1 & RTC_ISR1_ALRAWF); should be inside the loop or part of the while statement. As it is we always iterate 0xffff times and that's when the WWDG occurs. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2738 浏览 1 评论
3241 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1810 浏览 1 评论
3650 浏览 6 评论
6039 浏览 21 评论
1339浏览 4评论
201浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
353浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
444浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
275浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-25 11:05 , Processed in 1.243789 second(s), Total 77, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号