User Activity

Posted on May 04, 2018 at 11:24Hi,I found a bug in the quad spi driver for stm32l4xx. In the function  HAL_QSPI_Receive_IT, the interrupts flags must be cleared before start transfer otherwise flag TC could be missed:- WRITE_REG(hqspi->Instance->AR,...