2018-11-20 06:15 PM
BUGS: Error information for freezing Independent watchdog in the debug mode in the STM32H743/753 and STM32H750 Reference Manual(RM0433)
__HAL_DBGMCU_FREEZE_IWDG1() macros:
The following code are from STM32H7 library code:
define __HAL_DBGMCU_FREEZE_IWDG1() (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_IWDG1))
define DBGMCU_APB4FZ1_DBG_IWDG1_Pos (18U)
define DBGMCU_APB4FZ1_DBG_IWDG1_Msk (0x1U << DBGMCU_APB4FZ1_DBG_IWDG1_Pos) /*!< 0x00040000 */
define DBGMCU_APB4FZ1_DBG_IWDG1 DBGMCU_APB4FZ1_DBG_IWDG1_Msk
It offers wrong information in the STM32H743/753 and STM32H750 Reference Manual(RM0433), it refers to a DBG_IWDG_STOP bit(based on the library code) which is not described anywhere, but the DBGMCU description refers to this bit as WDGLSD1.
STM Official Technical guys please correct that information in the reference manual.
Solved! Go to Solution.
2018-11-22 06:39 AM
Hi @STMIT ,
Bit 18 in "DBGMCU_APB4FZ1" register will be updated in the next release of the reference manual as follows:
Bit 18 IWDG: Independent watchdog stop in debug
Thanks for highlighting this point to our attention and sorry for the encountered inconvenience.
Khouloud.
2018-11-22 06:39 AM
Hi @STMIT ,
Bit 18 in "DBGMCU_APB4FZ1" register will be updated in the next release of the reference manual as follows:
Bit 18 IWDG: Independent watchdog stop in debug
Thanks for highlighting this point to our attention and sorry for the encountered inconvenience.
Khouloud.
2018-11-25 09:57 PM
Thanks so much. Hope ST better and better with more and more excellent MCUs .8)
2018-11-26 12:40 AM
Many thanks @STMIT !
You're always welcome ;)
Khouloud.