2021-06-23 05:13 AM
when i use HAL_QSPI_Receive() in debug mode, always "internal command error". I found this
MODIFY_REG(hqspi->Instance->CCR, QUADSPI_CCR_FMODE, QSPI_FUNCTIONAL_MODE_INDIRECT_READ); will cause the error. but i do not know how to correct。
2021-06-23 05:20 AM
Do you have a "memory view" to the QSPI memory open in the debugger?
Perhaps make a more complete presentation of your system hardware and configuration