Resolved! STM32 UART using interrupt transmitts by byte or data elements array?
Hello everyone,I sent the data by UART with command:uint16_t Size[8];HAL_UART_Transmit_IT(UART_HandleTypeDef *huart, const uint8_t *pData, uint16_t Size)Question: Size on this command is 16 bytes or Size is 8 data elements of array?