2025-08-06 2:30 AM
Hello everyone,i want to dected PVD but when i enable __HAL_RCC_PWR_CLK_ENABLE Iits showing error in stm32h753vit6 why?
2025-08-06 3:23 AM - edited 2025-08-06 3:29 AM
Hello @pushkarmondhe ,
I think you haven't configured the library source and Include paths within the project build.
You have to review the defines and provide the compiler with a list of include file paths.
Ensure that the following header file is included in your source file: #include "stm32h7xx_hal.h".
2025-08-06 5:04 AM - edited 2025-08-06 5:05 AM
I already add
#include "stm32h7xx_hal.h"
#include "stm32h7xx_hal_pwr.h"
i provide main.c below please see that one