STM32 HAL_SPI_Transmit_IT display and definition questions
Posted on December 09, 2016 at 07:28Hello Everyone, I have some questions regarding 'HAL_SPI_Transmit_IT(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size)', the definition of uint8_t *pData and the how did I know the uint16_t Size to write ...