Continuous CurrentRecommended Bulk Capacitance PWR_SRC7-20 VUp to 10 A10 - 22 uF 5 V5.0 V ± 6 %2.5 A10 - 22 uF 3V33.3 V ± 6 %1.0 A4.7 uF Note: The maximum peak voltage on thePWR_SRCrail shall not exceed 22 V 回上頁
* @retval None */ void HAL_PWR_DisablePVD(void) { /* Disable the power voltage detector */ *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)DISABLE; } /** * @brief Enables the WakeUp PINx functionality. * @param WakeUpPinx: Specifies the Power Wake-Up pin ...