STM32H735 wake from standby
My simple program to test wake from standby with PC13/Wakeup_pin4 is working. I use the pushbutton on this pin as an EXTI and had to add the GPIO_DeInit before setting the pin as an input without EXTI.The same code does not work in my larger program...