Hi,
I am using stm32u575 uc trying to use independent watchdog for time 1.2 sec for custom board.
The clock configuration is as follows:
static void SystemClock_Config(void){RCC_OscInitTypeDef RCC_OscInitStruct = {0};RCC_ClkInitTypeDef RCC_ClkInitStr...