Can brownout and power-on reset causes be discriminated on the STM32G4?
I am trying to use the flags within the RCC CSR register to determine if my system has started due to a power-on or brownout reset. However, BORRSTF is set for both types of reset, and the G4 does not have a separate POR reset cause flag.I have tried...