howto reset stm32 by software properly
Posted on May 23, 2016 at 12:15Hello, i have an application that should restart from time to time (bootloader). Currently I do NVIC_SystemReset(). But it seems that only the CortexCore and not the internal peripherals are reset. Some of the CubeMx F...