Question
Very Long Reset with NVIC_SystemReset();
Hello,
I work on a project using SPI to communicate Data acquired and processed with Motion FX. When an incomming signal is received, i want to reset my STM32 MCU with a software reset. However, when i do so using NVIC_SystemReset(), the spi communication can't be turned on before at least 15-20 seconds have passed. Would you know why does it behave this way?
Thank you for your help
