User Activity

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...
In my code i try to delete a flash mem page using if(HAL_FLASHEx_Erase(&FlashErase,&PageError) != HAL_OK)but always got an HAL_ERROR because in this function (which is called in HAL_FLASHEx_Erase...)HAL_StatusTypeDef FLASH_WaitForLastOperation(uint...