Is anyone done USART in STM32L4R9I-DISCO Discovery Kit please share ... I have trouble doing LPUSART
UART_HandleTypeDef hlpuart1;///init///hlpuart1.Instance = LPUART1; hlpuart1.Init.BaudRate = 256000; hlpuart1.Init.WordLength = UART_WORDLENGTH_8B; hlpuart1.Init.StopBits = UART_STOPBITS_1; hlpuart1.Init.Parity = UART_PARITY_NONE; hlpuart1.Init.M...