Resolved! HAL_PWREx_EnableWakeUpPin for STM32H743
Dear all,In hal driver datasheet, the funcion HAL_PWREx_EnableWakeUpPin is defined like this : void HAL_PWREx_EnableWakeUpPin (PWREx_WakeupPinTypeDef * sPinParams)In stm32h7xx_hal_pwr.c from STM32Cube FW_H7 V1.5.0 library is defined like this : ...