cancel
Showing results for 
Search instead for 
Did you mean: 

IWDG DBGMCU

ybitton
Associate II
Posted on July 02, 2012 at 15:01

Hi,

I  am using IWDG and it works good.

I would like to stop it when core halts (in breakpoints), therefore i did:

  DBGMCU->CR |= DBGMCU_CR_DBG_IWDG_STOP;

But it does not stop the IWDG.

Do i miss something?

Thanks.

1 REPLY 1
ybitton
Associate II
Posted on July 23, 2012 at 15:21

Actuly it works as i described (i was some other bug which is not related).