RCC_CSR registers with SBSFU
Hello,
I am working with SBSFU on a STM32U575 microcontroller and have written a function to check the cause of the system reset by reading the flags from the RCC registers using __HAL_RCC_GET_FLAG. However, the issue is that none of the RCC register flags are ever equal to 1, so I am unable to determine the reset cause properly. What exactly needs to be modified to be able to read those registers?
