We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00086a6 commit 04fe4d2Copy full SHA for 04fe4d2
hal/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_spi.c
@@ -2450,6 +2450,7 @@ static void SPI_TxISR_8BIT(struct __SPI_HandleTypeDef *hspi)
2450
SET_BIT(hspi->Instance->CR1, SPI_CR1_CRCNEXT);
2451
}
2452
#endif /* USE_SPI_CRC */
2453
+ __HAL_SPI_DISABLE_IT(hspi, (SPI_IT_TXE));
2454
SPI_CloseTx_ISR(hspi);
2455
2456
@@ -2476,6 +2477,7 @@ static void SPI_TxISR_16BIT(struct __SPI_HandleTypeDef *hspi)
2476
2477
2478
2479
2480
2481
2482
2483
0 commit comments