User Activity

Dear ST support,We are planning to replace the VL53L1X with the VL53L8CX. One difference we noticed is that the interrupt line on the VL53L8CX is now a ~100us pulse compared to the VL53L1X where it was active until the interrupt was cleared by writin...
We noticed that there is a race condition in the function HAL_QSPI_Transmit_DMA in the following code:/* Enable the QSPI transmit MDMA */ if (HAL_MDMA_Start_IT(hqspi->hmdma, (uint32_t)pData, (uint32_t)&hqspi->Instance->DR, hqspi->TxXferSize, 1) == HA...
Kudos from