I am planning on using a TFT screen with an onboard SD card read/writer to display images, and I want to have a separate SD card reader/writer that will be written to with data.
I see there are a few ways to use two SD card readers/writers at the same time, but what would be the simplest and most reliable way?
What will be "easiest" depends on the microcontroller. Some microcontrollers have multiple hardware-SPI-interfaces
or even hardware 4bit SDIO-mode like the teensy 4.0 teensy 4.1
The SD-library can handle cards up to many gigaBytes and can read / write multiple files. So what is the special reason to use two SD-cards?