getting internal RTC time always 00:00:00 (I am using STM32F446RE nucleo board )
I am using STM32F446RE Nucleo Board and want to read internal RTC timing. But I am unable to get the time getting 00:00:00Here I shared my coreClock Setting: LSE : 32768HzSystem Clock: HSI : 84MHzint main(void) { /* USER CODE BEGIN 1 */ /* USER...