2024-09-28 12:44 PM - edited 2024-09-28 12:45 PM
I'm unsure whether this is a software issue or wake-up callback is by default not present for UART on STM32U535 microcontroller. The rest of callbacks seems to be in place.
Solved! Go to Solution.
2024-10-04 06:36 AM
Hi @lgacnik97
On STM32U5xx serie, there's no WakeupCallback (no WUF/WUS settings). So UART_HandleTypeDef type definition is correct.
On the other hand, the value HAL_UART_WAKEUP_CB_ID could then be removed from HAL_UART_CallbackIDTypeDef enumeration, for clarity's sake.
ST will raise a internal ticket to get this solved.
Thanks for pointing this.
Regards
2024-10-04 06:36 AM
Hi @lgacnik97
On STM32U5xx serie, there's no WakeupCallback (no WUF/WUS settings). So UART_HandleTypeDef type definition is correct.
On the other hand, the value HAL_UART_WAKEUP_CB_ID could then be removed from HAL_UART_CallbackIDTypeDef enumeration, for clarity's sake.
ST will raise a internal ticket to get this solved.
Thanks for pointing this.
Regards