Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Speed of SPI Kategorie: Sonstige Hardware (von PepeV - 23.12.2013 19:54)
Ich nutze:
Pro-Bot128
Hi all,

I want to try a new project with my Probot128 to record and play back
sounds. I can record microphone samples with 7200 Hz with ADC in free
running mode. But I cannot store the samples fast enough because there
is only 4 kB SRAM and EEPROM via I2C is too slow. That is why I am
considering extending my robot with extra SRAM via SPI. The question
is, is SPI fast enough?
In assembler surely SPI would be fast enough, but that would probably
be too difficult for me to program. Could someone tell me how fast SPI
is via the byte interpreter commands? How long take SPI_Write() and
SPI_Read()?

Thanks for any help.
Regards,
Pepe


    Antwort schreiben


Antworten:

Re: Speed of SPI (von Torsten - 27.12.2013 11:58)
    Re: Speed of SPI (von PepeV - 4.01.2014 17:44)