QSPI example not working for STM32F779NI-EVAL board.
I am working on STM32F779NI-EVAL board. I've tried the following QSPI example of stm32f769-eval board on STM32F779NI "..\en.stm32cubef7\STM32Cube_FW_F7_V1.14.0\Projects\STM32F769I_EVAL\Examples\QSPI\QSPI_ExecuteInPlace"
I'm facing an error in QSPI_WriteEnable(). HAL_QSPI_Command() call in the function times out.
However, with the same initialization sequence, the following example works perfectly on the same board.
"..\en.stm32cubef7\STM32Cube_FW_F7_V1.14.0\Projects\STM32F769I_EVAL\Examples\QSPI\QSPI_ReadWrite_DMA"
While debugging the issue, I found that status register for QSPI was not getting set as expected (QSPIHandle->Instance.SR).
Please share any pointers on the above issue. Thank you.
