Question
STM32 HAL multiple SPI with interrupt question
My new project use 3 SPI with interrupt method.
When the SPI is received
in HAL_SPI_TxRxCpltCallback(SPI_HandleTypeDef *hspi) this function
How to identify which set of SPI has been received ?
My new project use 3 SPI with interrupt method.
When the SPI is received
in HAL_SPI_TxRxCpltCallback(SPI_HandleTypeDef *hspi) this function
How to identify which set of SPI has been received ?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.