This is probably a simple question but I can't find a reason for it - Im using the USART on a stm32L412 and I am sending 3 bytesuint16_t SendDataOn[3]={0x90,0x3C,0x3E}; HAL_UART_Transmit(&huart1,(uint8_t*)SendDataOn,3, 100)Except when I send this, I ...