Hi everyone!
First of all, I'm super excited about the TinyArcade! I ordered the 3 DIY kits and is eagerly awaiting their arrival.
I'm preparing some games for it and have a few questions, but I figured I should start one thread per question to keep it simply, I hope that is ok!
So first of, memory on the TinyArcade.
If TinyArcade is based on Arduino Zero, and the Arduino Zero have 256 KB FLASH and 32 KB SRAM, will the TinyArcade also have 256 KB flash and 32 KB SRAM? Will the code execute from FLASH or does the executable AND runtime data need to exist in the 32 KB SRAM?
Also, is there a memory handler for the 32 KB SRAM?
Cheers!