Need a clarification on NRST_MODE functionality
I'm using a STM32G031J6 MCU in my project and i need to use the reset pin as a GPIO. From what i read on the reference manual this can be done by setting the NRST_MODE option bit to 2 (GPIO). However the issue i'm facing is that if the reset pin is held LOW when the MCU is powered up it still function as a reset pin regardless of NRST_MODE setting and prevent the MCU from running my program. So my guess is that even if the NRST_MODE is set to GPIO it is not effective right on power up but instead the mode is "set" somewhere in the booting process. I cannot find any information on how much time passes between the MCU power up and the moment when reset pin is set to GPIO, if anybody have some more infos I would be very thankful.
Best regards, Lorenzo
