2026-01-14 4:46 PM
Hello, I am new to programming the NUCLEO-H563ZI. I am interested in the low-power STOP MODE function.
I have watched an STM32 video tutorial for a different core. Everything works fine except for this function __HAL_RCC_PWR_CLK_ENABLE();
../Core/Src/main.c:98:3: warning: implicit declaration of function ‘__HAL_RCC_PWR_CLK_ENABLE’ [-Wimplicit-function-declaration]
98 | __HAL_RCC_PWR_CLK_ENABLE();
| ^~~~~~~~~~~~~~~~~~~~~~~~
What is causing this error?
Thank you for your help.