STM32H563: PINRST not set after NVIC_SystemReset() used to reset the MCU
STM32H563 on custom board. Using NVIC_SystemReset() to reset. It resets consistently.
I expect LL_RCC_IsActiveFlag_PINRST() to return true after the MCU comes out of reset. It consistently returns false.
NVIC_SystemReset() should result in pin reset, yes?
LL_RCC_IsActiveFlag_PINRST() returns false after a restart with STM32CubeIDE debugger also.
Could something on the board hold NRST high?
