Question
STM32L4 sometimes hangs after NVIC_SystemReset()
About once over 10, the MCU seems to hang after NVIC_SystemReset() call. Notice that:
- The MCU restarts correctly after poweron reset,
- NRESET set to 0 then 1 does NOT restart the MCU
- When MCU is hung, the NRESET Level is correctly UP (thanks to internal pull-up)
