archinaragu
Newbie

Is it possible to connect multiple devices to SPI if each device must have its own control?
I'll explain.
I have an arduino board and I want to run a self-made NES emulator on it. I'm new to electronics, and I really want to learn it in order to design and write firmware. The arduino has 2k RAM, and it's not enough for the emulator. For the emulator, you need 4k for PPU, 0x800 for RAM, 2k for CHR, and for PRG-ROM. To do this, I want to buy SRAM with a size of 256k. SRAM communicates using SPI. The LCD communicates using SPI and the card reader communicates using SPI. Is it possible to use arduino for these purposes? What do experts recommend? Let me remind you once again, I am a beginner and would like to understand this area.
I'll explain.
I have an arduino board and I want to run a self-made NES emulator on it. I'm new to electronics, and I really want to learn it in order to design and write firmware. The arduino has 2k RAM, and it's not enough for the emulator. For the emulator, you need 4k for PPU, 0x800 for RAM, 2k for CHR, and for PRG-ROM. To do this, I want to buy SRAM with a size of 256k. SRAM communicates using SPI. The LCD communicates using SPI and the card reader communicates using SPI. Is it possible to use arduino for these purposes? What do experts recommend? Let me remind you once again, I am a beginner and would like to understand this area.