User Activity

Hi, I see on the datasheet that the external NMOS on the voltage regulator is connected to the positive terminal of the battery stack. Since the VREG voltage is 6.5V, can I connect the external mosfet to a lower tap of the battery stack? I want to do...
Here is the RTC initialization code:static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; /* USER CODE BEGIN RTC_Init 1 */ /* USER CODE END RTC_Init 1 ...