QSPI_EnableQuad() routine
I’ve been trying to adapt the code from the STM32WB5MM-DK QSPI_ReadWrite_IT example to a Renesas part. However, I have not been able to get it into Quad mode. For this part I need to write 0x02 into register 0x31 as I understand the data sheet.
From monitoring the status register I can see that the write enable bit gets set and cleared, but the QE (quad enable) bit doesn’t get set.
Also, in reviewing the code for the DK, I don’t see code to set the quad enable bit as per the Infineon S25FL128S data sheet.
In searching the support forums, I see references to a routine called QSPI_QuadEnable, but I have not been able to find corresponding code.
I’m obviously missing something. Can someone point me in the right direction - either specific to this board or a more generic solution?
Thanks

