Recovering information after software reset
Posted on June 14, 2018 at 16:39My program executes a software reset under certain conditions using 'NVIC_SystemReset();'Before executing the reset I need to set a variable that will still be accessible after the reset so the program can understand...