STM32N6: NVIC_SystemReset() or IDWG does not reboot, but the MCU stops
Hello,
I have strange behavior with reset, with reset pin, NVIC_SystemReset() or then IDWG fires the MCU just stops and do not restarts with debugger connected or without, when debugger is connected and toggle reset there text is displayed what address is out of scope, where to search for problems ?
Reset pin is connected to 100nF capacitor, oscilloscope do not detect any activity on RST pin then NVIC_SystemReset() or IDWG firing, to connect with cubeProgrammer or upload code from cubeIDE I have to keep reset low and then turn on power, later until power is not disconnected there is no problems to connect and upload code many times.
If before power applied reset is keept low and then released the code do not loads, but I can connect with debugger and upload code.
If at power up reset is not low then code starts normally, the FSBL and then APPLI starts like expected.
The main problem about reset problems what IDWG do not restarts MCU, MCU just stops.
