2016-06-15 09:57 AM
2016-06-15 10:43 AM
Does anybody know why my button interrupt isn't working in the application in this case?
Can't transfer control like this in interrupt context.2016-06-15 12:20 PM
What about NVIC_SystemReset, it it safe to call from an interrupt context or will it make the microcontroller run unreliably?
2016-06-15 12:25 PM
It is going to reset the chip from where ever you call it, unless someone has tied NRST to VCC.
As I recall it is specified to generate a fixed duration pulse.