I am working on STM32WB5MMG board and using the example QSPI_ReadWrite_DMA.In the main function the program can not run into case 2 to call HAL_QSPI_Transmit_DMASource Code as below: case 2: if(StatusMatch != 0) { StatusMatch = 0; TxC...
Thanks for your reply.My board revision is STM32WB5MMG-DK.From the STM32CubeIDE I can't find any QSPI Read write example for my board STM32WB5MMG-DK.Can you provide me an example to evaluate the performance of Read/Write NOR by Quad SPI for board S...