How to get PVD working on STM32F1 series
I have a question about PVD.I have this main.c file. My interrupt function void TM_PVD_Handler(uint8_t status) won't execute when the power goes off. Why? In this case, I'm sending a message to the UART to see if my computer recieves the message befo...