Posted on May 17, 2011 at 15:10 Hi brazov, thanks for your reply My requirement is to disable the IWDG during the HALT. but in my present code whenever i am reaching the HALT mode & waiting for an interrupt, the IWDG is resetting the MC. so there any way to do this??? in reference manual they had mentioned it has possible (by using option byte). But if go through the datasheet of STM8S105xx & STM8AF51xx , they are telling its not possible. is there a soln for this
you can configure to generate a reset or not on HALT only for WWDG thouth bit 0=WWDG_HALT of option byte 3 (pag.50 of stm8s105xx datasheet). Default is no reset on HALT if WWDG is active. brazov