Resolved! How to increase the speed for quad SPI receive with HAL_OSPI_Receive?
I'm using this code to read from a flash chip with quad SPI: // send read command and read page data OSPI_RegularCmdTypeDef sCommand; memset(&sCommand, 0, sizeof(sCommand)); sCommand.OperationType = HAL_OSPI_OPTYPE_COMMON_CFG; sCommand.FlashId = ...