I’m trying to track down the System.reset() function implementation in Github, but I haven’t had much luck. Github’s search functionality leaves much to be desired, I’m afraid!
Can someone point me to the correct file?
I’m trying to track down the System.reset() function implementation in Github, but I haven’t had much luck. Github’s search functionality leaves much to be desired, I’m afraid!
Can someone point me to the correct file?
System.reset()
just triggers the system reset interrupt (NVIC_SystemReset()
)
for the ST32F2 based Gen2 devices this would be something like this