imranmeah

Results 1 comments of imranmeah

I started to implement the STM32U5 library. Noticed the processor seems to freeze on HAL_UART_Receive(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout). The issue is specifically in UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_RXNE, RESET,...