How does the disabling of VREFINT influences BOR?
we have a STM32L07CBT6 and we want to disable the VREFINT with following HAL functionsHAL_PWREx_EnableUltraLowPower()HAL_PWREx_EnableFastWakeUp()but still want to use the BOR. Therefore I checked the section of VREFINT (6.2.4) and BOR (6.2.2) in the ...