Probably i'll have to use an external parallel SRAM to buffer the whole data (lets say 128kb) and then dump it slowly to SD. Do you think the SRAM interface should withstand such rate together with SPI read ?
Currently on XMGEA @ 12Mhz i can write to NAND IC (parralel) over 7 Mbit/sec
I have a working project (works on ATXmega) where a 2Mbit data stream is read from SPI (via DMA) and is written to data storage. I'd like to port it for Arduino board. As i see none support DMA.
The question is if it is possible to read 2Mbit/s stream of data and write it to SD card on any of Arduino boards ?