Why the STM32L4A6VGT HAL_QSPI_Receive() miss FLAGS or return TIMEOUT error if USB MSD is configured?
Hello,I have a problem with with the HAL_QSPI_Receive() function:If I configure USB MSD on the device the code bellow does not work anymore. The code stops with an error at i = 64. Code work for exact 64 iterations. If I don't configure the USB-MassS...