Disclaimer: Not an expert.tl;dr : 16-bit words Looking at the source code in stm32f4xx_hal_spi.c, the argument in question (1 or 2) is received as parameter uint16_t Size. HAL_StatusTypeDef HAL_SPI_Transmit(SPI_HandleTypeDef *hspi, uint8_t *pData, ui...