WeActStudio / MiniSTM32H7xx

STM32H750VBT6/STM32H743VIT6 Core Board With 0.96'' TFT,TF Card,8MB QSPI FLASH,8MB SPI FLASH,DVP Port
GNU General Public License v3.0
288 stars 100 forks source link

Change the order between entering the memory_mappped mode and QSPI read #41

Closed jeongyeham closed 11 months ago

jeongyeham commented 11 months ago

Why PR?

After the QSPI controller enters memory_mapped mode, the state variable in the driver will be set to mapped busy, resulting in the inability to use the QSPI controller itself for reads.

为什么提交PR?

在QSPI控制器进入内存映射模式后,驱动程序中的状态变量会被置为映射繁忙,导致无法使用QSPI控制器本身进行读取。