2012-12-01 01:27 PM
I need to configure a software reset so that it occurs when my firmware detects that my ADC value has reached a maximum or a minimum value. I realise that I need to have a RCC interrupt.
Is there someone who can help please; since in the RCC peripheral example apparently does not use any reset.Regards,Terence #software-reset2012-12-01 02:06 PM
Wouldn't NVIC_SystemReset() work?
2012-12-01 04:40 PM
2012-12-12 01:10 AM