User Activity

There is a bug in the IRQHandler function that causes the callbacks associated not being correctly called. hspi->State = HAL_SPI_STATE_READY; if (hspi->ErrorCode != HAL_SPI_ERROR_NONE) { #if (USE_HAL_SPI_REGISTER_CALLBACKS == 1UL) ...