What is the difference between using the standard NVIC_SystemReset() and SRC_DoSoftwareResetARMCore0(), as far as memory and GPIO state retention is concerned?
Thanks.
Thanks
Hi @treibush
Both have the same functionality the main difference is that the nvic is triggered with the core registers and the SRC uses the module of the RT.
Best Regards, Miguel.