STM32N6 - Unable to reset using NRST pin
Hi,
I am working with a custom board using an STM32N657X0H3Q and cannot for the life of me bring about a reset via the NRST pin.
I have tried applying the workarounds from errata sheet ES0620 - Rev 3, sections 2.2.19 and 2.2.23, but my device still just hangs when any reset is attempted and needs a power cycle to recover.
In our setup:
- MCUboot and the application are both built as secure firmware
- the application runs from AXISRAM1 after RAM-load
Since it runs from AXISRAM1 which is where the errata recommends to place the First power-on reset flag, I instead decided to set the CORE_RESET_TYPE bit in the SYSCFG_CM55RSTCR register before each reset (in addition to resetting the clock switch control bitfields to their defaults).
Does this type of setup have any implications regarding using the SYSRESETREQ bit to generate a software reset?
Thank you
/ Silvia
