Question
GPIO retention method
Is there a way to prevent the GPIO from changing even if a Self reset is executed?
void SelfReset_Handler(void)
{
WWDG_SetPrescaler(WWDG_Prescaler_8);
WWDG_SetWindowValue(80);
WWDG_Enable(127);
}
Mcu Self Reset -> GPIO High retention
