PVD (Programmable Voltage Detector) interrupt not working
Hello,I am using NUCLEO-STM32G071RB hardware. I configure to detect PVD (falling edge) but it looks like it doesn't detect any interrupt./** * @brief Configures the PVD resources. * @param None * @retval None */ void PVD_Config(void) { /*...