Question
SW RESET while retaining particular GPIO state
Hello!
I am currently working on the stm32h747 dual core microcontroller.
i have a specific scenario where i must reset the system (i am using the "NVIC_SystemReset()" function for this purpose), however, i want to retain the state of several GPIOs (since they serve as power enable for other systems connected).
is this at all possible?
thanks in advance for your responses.
