STM32H755 Reset Reason
Hello,
I am using an STM32H755 dual core chip and occasionally, our reset reason (RCC_RSR) is decoding to have only the
D1RSTF bit and D2RSTF bit set. Per the documentation, it does not seem this is an expected combination alone...
Per table 56 in section 9.4.4, seems only valid reasons with either of those bits set are:
(doc I am referring to is the ref_manual_rm0399-stm32h745755-and-stm32h747757-advanced-armbased-32bit-mcus-stmicroelectronics-2.pdf)
Power-on reset (pwr_por_rst) - but this should have an additional 3 bits (PORRSTF, PINSTF, and BORRSTF bits)
D1 exits DStandby mode - but this should only have D1RSTF set (and, not using standby currently)
D2 exits DStandby mode - but this should only have D2RSTF set (and again, not using standby currently)
Am I misinterpreting the table?
Any other thoughts?
thanks,
-mike
