2019-09-06 02:30 AM
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 :
void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinPolarity)
Is there a mistake ?
Thanks,
Solved! Go to Solution.
2019-09-24 05:44 AM
Well, my mistake was not to see the difference between library HAL_PWR_ and extended library HAL_PWREx_
2019-09-24 05:44 AM
Well, my mistake was not to see the difference between library HAL_PWR_ and extended library HAL_PWREx_