software reset problem if reset from a task
Posted on January 21, 2014 at 14:29I use NVIC_SystemReset() in order to reset the system. I am using STM32F103 in my application and RTX rtos. The problem is that if called NVIC_SystemReset() before the RTOS started, the software reset worked. If ...