STM32H757: Trying to read ID (Command 0x9F) HAL_QSPI_Receive locks up.
I'm starting super simple - Just reading the Manufacturer ID. Using a Cypress S25FL256L Flash. My test program:--------void QSPI_TestTask (void * pvParameters){ QSPI_CommandTypeDef sCommand; uint32_t MyID = 0; /* Initialize QuadSPI ----------...