ST意法半导体
直播中

衡辉

7年用户 222经验值
私信 关注
[问答]

在启用IWDG的情况下进入暂停模式会导致STM8s003F3P6芯片复位

我检查了选项字节,OPT3字节为零,因此WDG_HALT位为0,这意味着当看门狗使能时,MCU应进入暂停模式而不会导致复位。

但是HALT或WFI会产生复位。我在暂停指令之前刷新看门狗计数器,它仍然会产生复位。如果我没有设置IWDG,则不会产生复位,并且程序在中断停止时会正常继续。
我已经为WDG_HALT设置并复位了选项字节,但是当软件启用IWDG并输入暂停时,它总是产生复位。

我该怎么做才能克服这个问题?这是芯片的已知问题吗?


#STM8S - 停止 - IWDG

以上来自于谷歌翻译


以下为原文




I've checked the Option Bytes and the OPT3 byte is zero so the WDG_HALT bit is 0 which means that the MCU should enter Halt Mode without causing a reset when the watchdog is enabled.

However a  HALT or WFI generates a reset. I refresh the watchdog counter prior to the halt instruction and it still generates a reset.  If I do not set up IWDG then no reset is generated and the program continues correctly when it comes out of halt by an interrupt.  
I have set and reset the option byte for WDG_HALT  but it always generates a reset when the IWDG is enabled by software and halt is entered.   

What should I set up to overcome this?  Is this a known problem with the chip?  

  
#stm8s-halt-iwdg

回帖(2)

张硕

2019-6-28 16:17:10
与STM8L152K4有同样的问题

以上来自于谷歌翻译


以下为原文





Have same problem with STM8L152K4
举报

欧丽娜

2019-6-28 16:27:20
你好,
 
 也许你让IWDG和WWDG混淆了。在STM8S器件中,只有WWDG可以在低功耗模式下“暂停”,实际上确实存在OPT3字节中的WDG_HALT位。 IWDG不能,即使在低功耗模式下也能保持活动状态。您的应用程序必须至少定期唤醒,以便为IWDG(主动停止模式)供电,然后它可以再次进入睡眠状态。
 
 STM8L设备不同。他们可以通过Option Byte编程暂停IWDG。
 问候。

以上来自于谷歌翻译


以下为原文





Hello,

maybe you're confusing IWDG with WWDG. In STM8S devices only WWDG can be ''suspended'' during low power mode, indeed there's WDG_HALT bit in OPT3 byte indeed; IWDG can't, and it remains active even in low power mode. Your application must wake up periodically at least to feed the IWDG (Active halt mode), then it can go to sleep again.

STM8L devices are different. They can suspend IWDG via Option Byte programming.
Regards.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分