2021-05-03 06:40 AM
Hi i am using stm32H750VB as the IC for my project.I need to detect sudden power shutdown .I.e., i need to use PVD mode for detecting the sudden drop in voltage and save the EEPROM Contents.I need to use PVD using external analog voltage PIN RB7. But when i use this i cannot set the reference voltage (Cube MX) to my wish and the reference voltage is set around 1.20V (i think its a default value) and the corresponding interrupt function is generated(void HAL_PWR_PVDCallback ()). Kindly guide me through the steps for setting the reference voltage around 2.9V.
2021-05-03 07:18 AM
This is how PVD using PVD_IN pin works, read RM0433, Programmable voltage detector (PVD) chapter.
JW
2021-05-03 09:40 PM
2021-05-04 01:49 PM
> My question is how to change the value of "VREFINT".Is there a possibility of varying that voltage ?
No.
JW
2021-05-04 09:19 PM
ok ..thank u for your reply..