Doubts about using QSPI for STM32L431?
Now the project uses STM32L431RC external nor flash to save the data. I want to replace STM32L431RB external QSPI flash, which can reduce the cost, but the program byte is too large, so it needs to be put into the QSPI device to run. QSPI flash is divided into two parts, one is to put programs, the other is to save data,
QSPI uses the memory sharing mode, and there is no problem in executing the program. For the part of saving data, reading is as easy as internal flash, but how can I erase the updated data?