if you are using the HAL QSPI Generic Driver then you can specify this in the "QSPI_CommandTypeDef" struct/** @defgroup QSPI_InstructionMode QSPI Instruction Mode
* @{
*/
#define QSPI_INSTRUCTION_NONE ((uint32_t)0x00000000U) /*!<No ...
I've finished this project today. The thing you need to remember is that the command parameters need to be doubled like Andreas said.Look to the 69-Disco example and diff with a normal example so you can see the differences.
i've changed all my command parameters and also the transfer length according from what i've seen on the Disco example. I also checked my hardware configuration. Still not working as intended
Hey, thanks for the reply. I did set the DFM bit using the HAL libraries and also my total size (2 * 64Mb).I assume i still need to change some DMA settings...QSPIHandle.Init.FlashSize = (26); // 128MB, FSIZE = 27-1
QSPIHandle.Init.DualFlash...