I've translated your question using a translation tool to increase the chances of getting you a reply from our experts and community members, since the majority interact in English:
I am currently developing the STM32F410CBT3 model.
I am trying to use the memory by connecting the FLASH MEMORY MT25Q128 model with SPI.
I want to store 1M of data in MT25Q128 memory.
Please let me know if there is a way. The size of the internal RAM is small, so I don't know how to put 1M size of data.
Please answer fast.
Even if the STM32F410CBT3 does not offer a Quad-SPI interface, you can use it in normal SPI mode by using DQ0 and DQ1 and connecting them to MOSI/MISO of one of the two SPI ports.
Regards
/Peter